 | MySQL database connection details | |
 | You need to create a database in your hosting control panel, under Databases or MySQL databases icon. You will be able to create a database and then assign a user to this database.
When installing scripts that use MySQL databases you may be required t |
|
 |
 | How to manage MySQL databases without SSH | |
 | There is a much quicker way than SSH to manage your databases. We use PHPMyAdmin.
In your control panel, click MySQL or Databases, then click PhpMyAdmin. You will then be redirected to the phpmyadmin page and your databases that you have created will |
|
 |
 | PHP - mySQL connection details | |
 | Sample code for connecting to a MySQL database using PHP and simple queries.
The USERNAME, PASSWORD and DATABASE_NAME variables must be substituted with those setup for your web hosting account in cPanel.
< ? php
// -- mySQL connection -- //
|
|
 |
 | MySQL & phpMyAdmin | |
 | The MySQL option in your control panel automates MySQL.
The following information will assist you in using and implementing
MySQL.
We do not provide technical support for using MyS |
|
 |