Knowledgebase
Portal Home > Knowledgebase > Database Related Issues
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
Can't run Load Data INFILE/OUTFILE
There are a few mysql queries that we don't allow customers to use with
their main account...
Views: 574
Character sets supported for mysql.
MySQL supports 70+ collations for 30+ character sets. This section
indicates which character...
Views: 368
How do I configure Dreamweaver MX for PHP and MySQL ?
Remote Info:
Access: FTP
FTP Host: domainname.com
Host Directory: public_html
(this is...
Views: 445
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...
Views: 377
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...
Views: 379
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: 399
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: 365
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: 362
How to Create a MySQL Back-Up ?
Step 1:
Login to your control panel http://yourdomain.com/cpanel
Step 2:
Click on MySQL...
Views: 371
How to Create a MySQL Database ?
1. Login to your control panel
2. Click on "MySQL Databases"
3. Add database
4....
Views: 394
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...
Views: 448
How to Restore my MySQL Database ?
1. Login to your control panel http://yourdomain.com/cpanel
2. Click on MySQL databases
3....
Views: 395
I would like to dump the Table Structure for my MySQL Database, but none of the data
The command line option from SSH is:
mysql -d -p database_name > file.sql
Where...
Views: 359
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 ipaddress of the web...
Views: 387
Why can not I connect to the Postgres on my server from my account on TCP/IP port 5432 ?
The default installation of Postgres, for security purposes, does not
run on TCP/IP. In order to...
Views: 376