Using MS SQL
This article explains what MS SQL is, how to create a new MS SQL database, how to find more help for it, where to go to administer your MS SQL databases, and how many databases you are allowed to create.
MSSQLHow to Repair and Optimize a MySQL Database
Increase your database performance by repairing and optimizing your database tables.
My SQL DatabaseMySQLHow to Connect to a MySQL Database
What is MySQL and how to connect to your database with Perl, PHP, or Python.
My SQL DatabaseMySQLQuerying MySQL databases using phpMyAdmin
This article consists of instructions and a tutorial on querying MySQL databases.
My SQL DatabaseMySQLHow to Backup and Restore a MySQL Database
This article shows you how to backup and restore a database with phpMyAdmin.
My SQL DatabaseMySQLSearching MySQL tables in phpMyAdmin
This article contains instructions and tutorial for searching MySQL database tables in phpMyAdmin.
My SQL DatabaseMySQLUsing MySQL
This article explains what MySQL is, and explains in detail how to get a connection string to your database in a language of your choice.
My SQL DatabaseMySQLManaging Users in Your MySQL Database
This article shows how to add new users to your database, how to change a password for any user of your database, how to delete a user from a database, and how to change or set database privileges for a user.
My SQL DatabaseMySQLImporting MySQL tables using phpMyAdmin
This article contains instructions and tutorial on importing tables into a MySQL database using phpMyAdmin.
MySQLWorking with MySQL databases
This article explains how to create a new database, how to access phpMyAdmin to manage it, how to schedule a full or partial backup, and how to drop or delete it.
MySQL