MySQL
A web based
interface and a command line interface are provided for management
of MySQL databases.
Command line
interface
SSH
into your hosting account and run the command 'mysql'. The database
name, username and password are stored in the '.my.cnf' file in
the home directory of your hosting account.
Web Based Interface
The interface
is provided via the control panel.
This interface
allows you to manage your database via a web browser, including
the ability to:
- Create and
delete tables
- Dump/export
and Import databases
- Insert and
update data in tables
- Perform SQL
queries
Useful resources
for MySQL

|