MySQL Frequent Asked Questions


1. What is MySQL?
 MySQL is the most popular Open Source SQL Database system. A database is a structured collection of data. MySQL allows you to quickly access, edit add to the database.

2. How do I create a new database?
 You can create new databases in the SQL feature of the Cpanel located at http://your-domain.com:2082/. This feature is under the Advanced Menu.

 First, you must create the actual database. You just need to enter a name for the database such as users. The database will be created as yourusername_users.

 Once done, you will need to create a username and password in the MySQL system. A username could be access. When created it will becore yourusername_access.

 Once done, you need to add the user into the database. This is the final step of creating a MySQL database.

3. Can I install phpMyAdmin?
 No, users are not allowed to install their own versions of phpMyAdmin. Instead, we offer this program through the CPanel for you to use. PhpMyAdmin is at the bottom of the SQL section in the CPanel.

4. How can I backup my MySQL Database?
 You can use PhpMyAdmin to dump the contexts of a database to a *.sql file. You can also use PhpMyAdmin to restore a database from a *.sql file.

5. Where can I find more information on MySQL?
 Official MySQL site: http://www.mysql.com.
 
 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Sub Domain Frequent Asked Questions

1. What is a sub domain and how does it work?  An example of a sub domain is...

CGI Frequent Asked Questions

1. I am getting a 500 error. What is that? A 500 error on a script usually means there is a...

Program Locations

1. What is the path to PERL?  /usr/bin/perl 2. What is the path to SENDMAIL?...

FTP Frequent Asked Questions

1. What is FTP? FTP stands for File Transfer Protocol and can be used to transfer your files form...