Tag Archives: mysql

Installing WampServer locally

WampServer is a Windows web application environment. It installs Apache, MySQL, and PHP, plus helpful utilities such as phpMyAdmin.

Posted in Uncategorized | Tagged , , , | 1 Comment

Updating a MySQL installation

The following presumes your MySQL installation is running on Linux, but the general concepts apply to any operating system. …

Posted in Uncategorized | Tagged | Leave a comment

Dropping a MySQL database

Dropping (deleting) a MySQL database is easy. Here is how to do it using phpMyAdmin, a tool commonly provided by web hosts. …

Posted in Uncategorized | Tagged | 1 Comment

Backing up and restoring a MySQL database

If you use a database, you need to back it up. More to the point, sooner or later you will need to restore it.

Posted in Uncategorized | Tagged , | 6 Comments

Creating a MySQL database on remote web hosting

Different web hosts have different methods of creating databases, which are documented here. …

Posted in Uncategorized | Tagged , , | 1 Comment

Installing MySQL locally

MySQL is a popular relational database management system (RDBMS) that uses structured query language (SQL) for processing the data in the database. It is often used as part of a LAMP stack to accommodate a web application such as a … Continue reading

Posted in Uncategorized | Tagged , , | 4 Comments