Articles
Backing Up and Restoring Your MySQL Database
You can easily create a dump file(export/backup) of a database used by your account. In order to...
How do I enable/disable magic quotes gpc for my PHP scripts?
The magic quotes option was introduced to help protect developers from SQL injection attacks. It...
How to Access and Manage your MySQL Database - phpMyAdmin
There are two ways to access and manage your newly created database. The first one is locally...
How to connect to the MySQL database
Configuration Settings:Host = localhost (really, put localhost)Database name =...