Knowledgebase
Portal Home > Knowledgebase > Database Related
The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Search
Articles
All about our mysql database and user naming syntax
Problem - I can't connect to my database locally or remotely, do I have the correct server,...
Views: 50
Do you allow the SUPER privilege on mysql 5.x.x so I can use triggers ?
Short answer, "Sorry, no." If you try you will get the error "Access denied; you need the SUPER...
Views: 62
How can I connect to our MySQL database from Dream Weaver?
Please Follow the steps below very carefully. Log into your BlueHost account and click...
Views: 53
How do I configure Dreamweaver MX for PHP and MySQL?
Remote Info: Access: FTP FTP Host: domainname.com Host Directory: public_html (this is the folder...
Views: 132
How do I connect to my Database using MySQLfront?
If you wish to administer your database from your own PC, via a program like MySQLFront, you will...
Views: 55
How do I create an empty MySQL Database
To create the Database, you would go to your cpanel 1. Log into the cpanel 2. Click the icon for...
Views: 49
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 it...
Views: 64
How do I import a Database(PhpMyAdmin) from an .sql file?
To do this you will need the file in .sql format, meaning it can not be compressed in a .zip or...
Views: 114
How do I import a Database(PhpMyAdmin) from an .sql file? (New php MyAdmin version)
To do this you will need the file in .sql format, meaning it can not be compressed in a .zip or...
Views: 119
How do I make my MySQL database compatible with the version you provide?
If your version of MySQL is a later release than ours, you can export the database to make it...
Views: 45
How to add yourself to the new MySql access list
Problem - I can't log into MySQL from a remote computer using a MySQL admin tool(phpMyAdmin,...
Views: 60
How to Create a MySQL Back-Up?
There are many ways to go about backing up your MySQL databases:
We are going to explain the...
Views: 52
How to Create a MySQL Database?
1. Login to your control panel at http://www.yourdomain.com/cpanel 2. Click on "MySQL Databases"...
Views: 58
How to import and export a MySQL Database from the command line
MySQL Tutorial - Import or Export A Database This tutorial section deals with mysqldump which is...
Views: 58
How to Repair / Optimize Tables in phpMyAdmin
Sometimes your MySQL database may run slower than you would like, or could come up with errors....
Views: 132
How to Restore your MySQL Database?
1. Login to your control panel http://yourdomain.com/cpanel 2. Click on MySQL databases...
Views: 47
I get permission denied errors when I try to run certain commands in mysql
There are a few mysql queries that we don't allow customers to use with their main account user...
Views: 57
I would like to dump the Table Structure for my MySQL Database, but none of the data.
The command line option from SSH is: mysqldump -d -u <user_name> -p database_name >...
Views: 55
Mysql connections with a dynamic (changing) IP Address using SSH / putty ect
In order to connect to the database when logged in via ssh you must add the IP address of the web...
Views: 62
What character sets are supported for MySQL?
A. To see the options available for mysql please see the following link....
Views: 179
Powered by WHMCompleteSolution