Difference between revisions of "MySQL"
Jump to navigation
Jump to search
(Created page with "= Background = MySQL has long been my all time favorite database server, not only because is is free and open source, but because it is so stable, rebust, and scalable. <br> And,...") |
|||
Line 8: | Line 8: | ||
[http://www.phpmyadmin.net phpMyAdmin - An advanced MySQl web based GUI configuration tool] | [http://www.phpmyadmin.net phpMyAdmin - An advanced MySQl web based GUI configuration tool] | ||
[http://www.sqlbuddy.com SQL Buddy - An simple MySQL web based GUI configuration tool] | [http://www.sqlbuddy.com SQL Buddy - An simple MySQL web based GUI configuration tool] | ||
+ | <br><br> | ||
= Tips, Tricks & How-To's = | = Tips, Tricks & How-To's = | ||
[[MySQL_Backup_Restore|How to backup and restore MySQL databases from the command line]] | [[MySQL_Backup_Restore|How to backup and restore MySQL databases from the command line]] |
Revision as of 04:37, 3 February 2012
Background
MySQL has long been my all time favorite database server, not only because is is free and open source, but because it is so stable, rebust, and scalable.
And, as MySQL database servers will run on Linux, MAC, and Windows, it is very portable and easy to use and administer.
GUI Admin Tools
phpMyAdmin - An advanced MySQl web based GUI configuration tool
SQL Buddy - An simple MySQL web based GUI configuration tool
Tips, Tricks & How-To's
How to backup and restore MySQL databases from the command line