MySQL Admin
This lesson covers the different options you have available to you for administering your MySQL service after it is successfully installed. If you already have that base covered feel free to skip on to the next lesson.MySQL Command Line
If you are an old-school programmer that has no need for a graphical user interface, then you can simply use any command line interface to execute MySQL queries.Those of you with MySQL installed on your Microsoft Windows operating system can reach the command line by going to the Start Menu and choosing "Run...". Type the keyword "cmd" into the text field and press Enter to launch Window's command line interface.
MySQL GUI
With so many free MySQL administration tools available, many developers favor these free Graphical User Interfaces over the command line. The most popular options include:- phpMyAdmin - A popular web interface that is included with almost every type of Shared, Virtual or Dedicated hosting solution.
- MySQL Administrator - A powerful tool developed by the folks at MySQL.com .
- Navicat - A purchasable MySQL admin tool for Windows, Mac and Linux.
0 comments:
Post a Comment