Learning Mysql



Download 4.24 Mb.
View original pdf
Page99/366
Date04.08.2023
Size4.24 Mb.
#61806
1   ...   95   96   97   98   99   100   101   102   ...   366
Learning MySQL
--password=moodlepass \
--database=Moodle
We’ll look at how to create and manage users in Chapter Instead of specifying options on the command line, you can list them in the mysql section of an options file. You can also store your password in an options file to avoid typing it in every time you start the monitor. We discuss how to do this in Chapter 11.
Graphical Clients
Before we end this chapter, let’s have a quick look at two graphical clients that you can use in place of the monitor.
104 | Chapter 3:
Using the MySQL Monitor

The MySQL Administrator program is a graphical tool that you can download as part of the MySQL GUI Tools Bundle from the MySQL AB downloads page at http://dev
.mysql.com/downloads. This program allows you to perform most database administration from within a graphical environment, as shown in Figure 3-1. The MySQL Query Browser program is also available for download from the same web page. This allows you to run SQL queries from within a graphical environment, and view the results. A sample query is shown in Figure 3-2. Together, these tools replace an older program known as the MySQL Control Center mysqlcc
. In this book, we focus on doing things using the monitor once you understand the way MySQL works, you’ll find it easy to use other clients such as these.
Exercises
1. What do we mean when we say that MySQL has a client-server architecture. Use the monitor help to lookup information on the
SELECT
statement. (Well discuss SELECT in detail in Chapter 5.)
3. What is the difference between using the monitor in interactive mode and using the monitor in batch mode. What do the monitor user, password, and database options do?
Figure 3-1. The MySQL Administrator graphical MySQL administration tool
Exercises | 105


Figure 3-2. The MySQL Query Browser graphical MySQL client

Download 4.24 Mb.

Share with your friends:
1   ...   95   96   97   98   99   100   101   102   ...   366




The database is protected by copyright ©ininet.org 2024
send message

    Main page