Support

What is MySQL?

MySQL is one of the most popular and powerful Open Source databases available.

If you would like a MySQL database, or want additional databases with your current hosting package, logon to our Control Panel and place a Request for a database.

Each database has its own account data and server. Access the database and manage it through phpMyAdmin via https://database.networking4all.com. Use the account data we mailed for your database and choose the correct server for your database like: s020.networking4all.com.

To establish a database connection in PHP use:

mysql_connect ('localhost','username','password');
mysql_select_db ('database_name');

 

Click here for more information about managing your database: