Difference between revisions of "The mysql Command-Line Tool"

From Techotopia
Jump to: navigation, search
(New page: In MySQL Database Architecture we covered the fact that MySQL is a client-server database management system (DBMS). In this chapter we will look at the number of ''client tools'' that ...)
(No difference)

Revision as of 18:15, 25 September 2007

In MySQL Database Architecture we covered the fact that MySQL is a client-server database management system (DBMS). In this chapter we will look at the number of client tools that are provided with MySQL to enable the user to interact with databases via the MySQL database server.

The mysql Command-line Utility