Managing 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 DatabaseMySQLSearching MySQL tables in phpMyAdmin
This article contains instructions and tutorial for searching MySQL database tables in phpMyAdmin.
My SQL DatabaseMySQLQuerying MySQL databases using phpMyAdmin
This article consists of instructions and a tutorial on querying MySQL databases.
My SQL DatabaseMySQLImporting MySQL tables using phpMyAdmin
This article contains instructions and tutorial on importing tables into a MySQL database using phpMyAdmin.
MySQLUsing 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 DatabaseMySQLCreating MySQL tables in phpMyAdmin
This article includes instructions and a tutorial on how to add tables to a MySQL database in phpMyAdmin.
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 WordPressWordPressHow to Manually Install WordPress Using FTP
'If you prefer not to automatically install WordPress, you can choose to manually install it instead. You can also refer to the manual installation instructions located at WordPress.org.'
F WordPressWordPressUsing phpMyAdmin
This article contains an overview of phpMyAdmin - its definition, some basic functionality, and layout.
My SQL DatabaseMySQLMicrosoft 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.