This example describes using File DSN and ASP/ADO to connect to a MySQL Database....
We have configured the .NET 2.0 environment to run in a customized medium trust...
MySQL is an open-source relational database used by many websites to store and...
Servers without a control panel (such as cPanel, Plesk, or Simple Control Panel) do...
Using our hosting accounts, you can delete or edit databases you create. Log in to...
You can create databases on your hosting account for your websites to use. The types...
Stored procedures are supported in MySQL 5.0. A stored procedure is a set of SQL...
To upgrade your database version, you need to back up the existing database and then...
This example describes using ASP.NET/MySql.Data to connect to a MySQL Database. A few...
phpMyAdmin lets you view and modify a database. You can change database values, run...
You have two options when exporting your MySQL database. You can either export the...
If you no longer need them, you can delete databases from your account....
If you backed up or exported a database to a SQL file, you can import it into one of...
If your website was impacted by upgrading MySQL 4.0 to MySQL 5.5, we have some...
Errors such as: ..."Got error: 1016: Can't open file: 'YOUR_TABLE_NAME.MYI'....
You can use the Admin URL in the Control Panel of your hosting account to directly...
We allow up to 200 simultaneous connections per MySQL user.
We allow up to 200 simultaneous connections per MySQL user. There is also a limit...
Some MySQL database features are not enabled on our shared hosting servers. Below is a...
When exporting your database from PHPMyAdmin, you can choose to either compress your...
Yes. To protect our shared servers we restrict the following features: MySQL 5.0 :...
You can restore MySQL databases you created at another hosting company. To do so, you...
Optimizing your database removes the gaps in data or "overhead" that can occur when...
This example describes using ASP/ADO to connect to a MySQL Database. Replace values...