Microsoft SQL Databases (Foundation)
This is your ultimate guide to managing your Microsoft SQL Database. Learn how to Connect your Database, Change Passwords, Add, and Delete Users.
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 Backup and Restore a MySQL Database
This article shows you how to backup and restore a database with phpMyAdmin.
My SQL DatabaseMySQLUsing the Windows Database Connections (Foundation)
Follow the steps below on how to create a Windows Database Connection String.
CGI Scripted LanguageASP NETMySQL Database Management
This article explains how to create, manage, schedule backups and how to drop or delete it a MySQL database.
My SQL DatabaseMySQLWordPress: How to Update Database Connection Strings
WordPress uses a wp-config.php file to determine how to connect to its database. This file contains a few lines of code describing the name, location and access credentials for the database. The information from these lines of code are referred to as the Database Connection Strings.
F WordPressWordPressWorking 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.
MySQLHow to Connect to a MySQL Database
What is MySQL and how to connect to your database with Perl, PHP, or Python.
My SQL DatabaseMySQLConnecting to a MS Access database
This article shows how to connect to a MS Access database, and gives two examples of code you can use to do so.
MS Access