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 I connect to MySQL remotely?Yes, you can connect to your MySQL database remotely. Remember to enter the IP address or... Views: 154 |
Connecting to MySQL through PHP...Use the following outline to connect and begin querying the MySQL server from within your PHP... Views: 158 |
Connecting to MySQL through SSH...Use the following outline to connect and begin querying the MySQL server from a SSH session.... Views: 152 |
Creating a database user through the MySQL console...Through the mysql command line, this is accomplished by running the following commands.In SSH,... Views: 162 |
How do I backup & restore a MySQL database using phpMyAdmin?How to back up a mySQL database using phpMyAdmin: You can backup your database using the... Views: 154 |
How do I create a MySQL user and grant them permission to a certain database?In Telnet/Shell type: "mysql" This will load the mysql command line. Next... Views: 158 |
How do I manually backup my database via SSH/telnet?If you need SSH access, open a support ticket with a request to enable SSH. Remember... Views: 151 |
How to I create a MySQL Database?To create a mysql database, log into your control panel and select the 'MySQL Databases' link.... Views: 149 |
Troubleshooting Here are a few initial things (common mistakes) to take a look at: - Make sure that... Views: 146 |
What is PHP?What is PHP? Self-referentially short for PHP: Hypertext Preprocessor,... Views: 154 |
What is the number of maximum connections allowed to a single MySQL database?We allow up to 50 simultaneous connections per MySQL user, and up to 1500 simultaneous... Views: 153 |
What version of mySQL are you currently running?The latest stable build of mySQL. Generally we do not include the version information on the... Views: 149 |