Articles

 [SQL3.01] How do I backup my MySQL database?

Backing up your MySQL database can be done in several ways1. Using the backup tool from the Web...

 [SQL3.02] How can I manage my MySQL database?

Once you have created a database using your Hosting cPanel v7.5 Control Panel you will be able to...

 [SQL3.03] How can I upload my MySQL database?

There are numerous ways to upload a MySQL database, we would strongly recommend trying methods 2...

 [SQL3.04] How do I connect to MySQL via SSH (telnet)?

You can connect to the server using SSH Telnet, once logged into the system you can access MySQL...

 [SQL3.05] How do I connect to my MySQL database?

A simple php script to open a connection to a database<?php$dbhost = 'localhost';$dbuser = 'db...

 [SQL3.06] What is MySQL?

MySQL is a Relational Database Management System. A relational database adds speed and...

 [SQL3.07] How do I create a MySQL database?

If your account type includes MySQL databases, then log in to your Hosting cPanel v7.5 Control...

 [SQL3.08] Is there a graphical interface available for MySQL?

MySQL Workbench is a GUI for MySQL - it can be downloaded from http://wb.mysql.com/ . It provides...

 [SQL3.09] Common server software requirements

All standard Apache modules are installed on the web servers, including mod_rewrite. In addition,...

 [SQL3.10] How do I connect to another database on another server from my PHP script?

A connection is made to a database with the usual...

 [SQL3.11] What are valid connection strings on the Windows platform?

MySQL:Driver={MySQL ODBC 5.1 Driver};Server=localhost;Database=myDataBase;User=myUsername;...

 [SQL3.12] How can I connect to a MySQL database through .NET?

All Windows shared servers have the Connector/Net 6.0 connector, MySQL's fully managed ADO.Net...

 [SQL3.13] What is the maximum MySQL database size permitted?

MySQL databases may take up to 500MB of space.