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,...") |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
= GUI Admin Tools = | = GUI Admin Tools = | ||
[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 - | + | <br> |
+ | [http://www.sqlbuddy.com SQL Buddy - A simple, yet powerful 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]] | ||
+ | <br><br> | ||
+ | [[MySQL_Reset_Root_Passwd|How to Reset the MySQL Root User Password]] | ||
+ | <br /><br /> | ||
+ | |||
+ | = Miscellaneous MySQL Command Line Examples = | ||
+ | [[MySQL_Commands|Simple Query Examples]] | ||
+ | <br><br> | ||
+ | |||
+ | = MySQL Web Sites = | ||
+ | [http://www.mysql.com The official MySQL Website] | ||
+ | <br> | ||
+ | [http://www.google.com/url?sa=t&rct=j&q=mysql%20tutorials&source=web&cd=5&ved=0CGIQFjAE&url=http%3A%2F%2Fwww.mysqltutorial.org%2F&ei=jGUrT4rNM4PiiALK8KSsCg&usg=AFQjCNEUPsyxig6NvdARXOhNTyLTFkJhEQ&cad=rja MySQL Tutorial #1] | ||
+ | <br><br> | ||
+ | = LAMP Solutions - Linux, Apache, MySQL & PHP/Perl = | ||
+ | [http://www.wordpress.com Wordpress blog site, relying on LAMP]<br> | ||
+ | [http://www.mediawiki.org The MediaWiki software that runs this wiki (and Wikipedia)!]<br> | ||
+ | [http://wikipedia.org Wikipedia, the best online encyclopedia ever!]<br> | ||
+ | <br> |
Latest revision as of 11:31, 1 July 2014
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 - A simple, yet powerful MySQL web based GUI configuration tool
Tips, Tricks & How-To's
How to backup and restore MySQL databases from the command line
How to Reset the MySQL Root User Password
Miscellaneous MySQL Command Line Examples
MySQL Web Sites
The official MySQL Website
MySQL Tutorial #1
LAMP Solutions - Linux, Apache, MySQL & PHP/Perl
Wordpress blog site, relying on LAMP
The MediaWiki software that runs this wiki (and Wikipedia)!
Wikipedia, the best online encyclopedia ever!