Super Green Hosting Help Center
- Knowledgebase Home > Databases
If you can't find what you're looking for,
please click here to submit a support ticket.
If you can't remember your cPanel or Billing Logins,
Please click here to have them resent .
View Articles by Category
There are no sub categories
Resellers (139)
|
Category » Databases
There were 2 articles found in this category:
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 'database_name' is the name of your database, and 'file.sql' is the name of the file you would like to write the table structure to. You will be prompted you for a password (-p). Normally mysqldump gives you the ...
I can't log into MySQL from a remote computer using a MySQL admin tool.
To add yourself to the whitelist so that you can connect to mysql remotely using admin tools such as phpMyAdmin, Navicat, MySQLFront or MySQL-Admin follow the below steps: - Log into your control panel at www.yourdomain.com/cpanel - Click on the 'Remote MySQL' under the 'Databases' menu - Type % ...