Mysql Lamp Legacy
Connects to and queries older MySQL databases using legacy LAMP stack configurations via sraloff's specialized agent.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add mysql-lamp-legacy npx -- -y @trustedskills/mysql-lamp-legacy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"mysql-lamp-legacy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/mysql-lamp-legacy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to a legacy MySQL, Apache, PHP, and Perl (LAMP) stack environment. It enables AI agents to interact with and manage databases using standard LAMP technologies. This includes executing SQL queries, deploying simple web applications written in PHP or Perl, and configuring basic server settings.
When to use it
- Database Management: When you need an agent to execute SQL commands against a MySQL database for data retrieval or modification.
- Simple Web Application Deployment: For quickly deploying and testing small PHP or Perl web applications.
- Legacy System Interaction: Interacting with older systems that rely on the LAMP stack.
- Development & Testing: Provides an environment to test code snippets and scripts requiring a LAMP setup.
Key capabilities
- MySQL database access
- Apache web server configuration
- PHP scripting support
- Perl scripting support
Example prompts
- "Execute the SQL query 'SELECT * FROM users' against the database."
- "Deploy this PHP script to the Apache webserver: [script content]"
- "What is the current version of MySQL running?"
Tips & gotchas
This skill utilizes a legacy LAMP stack, which may have limitations compared to modern environments. Ensure your scripts and queries are compatible with older versions of these technologies.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.