The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Do you allow remote MYSQL access in your servers?
No. You need to manage the database of your domains locally in our server.
Views: 174
Do you provide POSTGRESSQL for your accounts?
Yes. We do provide PostgresSQL interface for all cPanel users.
Views: 83
Do you support MS SQL?
No, we do not support MS SQL.
Views: 91
How can I Backup my Databases?
1. Log into cPanel and click on the "Backups" link under the Files section.
2. ...
Views: 90
How do I connect to my Database using a Program or Software Application?
If you wish to administer your database from your own computer, via a program...
Views: 94
How do I create a MYSQL Backup?
1. First log in to your Cpanel
2. Click MySQL Databases...
Views: 109
How do I create an empty MySQL database?
1. First log in to your Cpanel.
2. Click MySQL Databases.
3. Create...
Views: 98
How do I dump the table structure for my MySQL Database, but none of the data?
The command line option from SSH is:
mysqldump -d -u -p database_name > file.sql...
Views: 94
How do I import a database (Command Line)?
**SSH access is needed for this process.**
Also you will need the file in .sql format, meaning...
Views: 74
How do I import a database (PhpMyAdmin) from a .sql file?
1. First log in to your Cpanel
2. Click MySQL Databases...
Views: 86
What is the Maximum MySQL connections limit?
We do not limit for MySQL connections.
Views: 95
What Version of MySQL are you running?
We run the latest stable version of MySQL 5.
Views: 81