MySQL
mySQL is a powerful database engine which can be integrated into
your web site using a programming language such as PHP or Perl.
Note that MySQl is not available on all UNIX accounts.
Change mySQL Password
When mySQL is installed on your account, you can change the password
used to access it via the mySQL page, click 'Change mySQL Password'.
Enter the new password for the database into both boxes and click
'Change mySQL Password' to commit the changes. Remember that you
will need to update the configuration of any web based applications
which use the mySQL database with the new password.
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.
Accessing mySQL
To access mySQL via your web pages, connect to the mySQL server
using the following credentials.
| Username |
The HOSTING account name |
| Password |
The password you set for the database |
| Database |
The HOSTING account name |
| Server |
localhost |
Notes On mySQL
Note that to connect to your mySQL database from the SSL secure
server you must use a different server host name, see the SSL page
for more information.
|