Tuesday, September 9, 2014

MySQL

MySQL is a database software I use on my web server. I use PHP with the PDO driver to access the database when client web browsers point at my web address. I backup my databases and their tables using a periodic cron job executing a bash script. The MySQL database needs to be configured with security in mind. I like to use PhpMyAdmin as a graphical front-end to the MySQL database.

MySQL Website
MySQL Q & A
PhpMyAdmin Website
PhpMyAdmin Source Code

No comments:

Post a Comment