Phone: 858-565-2171
Control Panel Login

 

How do I make changes to my MySQL database?

How do I make changes to my MySQL database?

Using the LAMP Host Site Manager, you can access the MySQL Admin tool to make changes and run queries on your database. You may also import data to your database, and export your database to CSV or SQL files.

The MySQL Admin tool is based on the phpMyAdmin open source tool. Documentation for usage of phpMyAdmin can be found here. Each LAMP Host Virtual Hosting account comes with one MySQL database.

Interfacing with databases involves the use of SQL "Structured Query Language" code. A reference for MySQL's version of SQL can be found on the MySQL website.