|
mySQL is a powerful database engine which can be integrated into
your web site using a programming language such as PHP or Perl.
To find out whether mySQL is available on your account type please
see the mySQL page.
Installing mySQL
mySQL can be installed using the mySQL page, click 'Install mySQL'. You
will be asked to confirm the action before mySQL is actually installed
onto your account. On confirmation a mySQL database will be created
and access permissions to it granted for your account.
Uninstalling mySQL
If you have installed mySQL and no longer need it, it can be uninstalled
using the mySQL page, click 'Uninstall
mySQL'. You will be asked to confirm the action before mySQL is
actually removed your account. On confirmation your mySQL database
including all its contents will be erased.
mySQL Administrator
When mySQL is installed on your account, the mySQL Administrator
can be accessed via the mySQL page, click 'mySQL Administrator'.
This web based interface enables you to manage your database from
your browser.
Using mySQL
To access mySQL via your web pages, connect to the mySQL server
using the following credentials.
| Parameter |
Value |
| username |
The account's username |
| password |
The account's main password |
| database |
The account's username |
| server |
localhost |
< Back
|