Return to "Database & Programming"


View the quick start guide for this product

All articles under MySQL

Importing MySQL Database Content
MySQL allows you to import/export text files containing database entries in a standardized format. By creating a MySQL Dump file, you will have an exact copy of your database in a single file; this file can be saved for emergency purposes and can be imported back in to MySQL to...

Connecting to MySQL databases with ASP
The ASP engine provided by OpenSourceHost supports MySQL databases; simply use the following connection string in your ASP code to connect to your MySQL database: connect_string = "Driver={Mysql}; Server=yoursitedomain.com; Database=database_name; UID=username; PWD=password" Replace username with your VDS username, the server name with your domain name, the database name with the database...

Exporting MySQL Database Contents
MySQL allows you to import/export text files containing database entries in a standardized format. By creating a MySQL Dump file, you will have an exact copy of your database in a single file; this file can be saved for emergency purposes and can be imported back in to MySQL to...

Connecting to MySQL Remotely Using Navicat
Important Note: Please note that the following instructions are for advanced users only. OpenSourceHost does not provide any support on using or installing applications downloaded from a third party and provides this documentation for reference only. Please do not contact the OpenSourceHost support department with questions regarding these instructions; refer to the...