The mysql Command-Line Tool

Revision as of 18:15, 25 September 2007 by Neil (Talk | contribs) (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 ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Revision as of 18:15, 25 September 2007 by Neil (Talk | contribs) (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 ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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