MySQL
MySQL
MySQL is a relational database management system which has 11 million installations. It can
be used for both Windows and Linux. Managing database includes adding, accessing, and
processing data in a database.
Explain the tools that are available for managing MySQL Server.
Following are the tools to manage MySQL server:
•mysqld - MySQL server daemon. It is used to start the mysql server.
•mysqladmin –Used to perform administrative tasks.
•MySQL - A command-line interface for end users to manage user data objects.
•MySQL check - A command-line interface for administrators to check and repair tables.
•MySQL show - A command-line interface for end users to see information on tables and
columns.
•MySQL dump - A command-line interface for administrators or end users to export data from the server to
files.
•MySQL import - A command-line interface for administrators or end users to load data files into table’s
program tool to load data into tables.
What are the three fundamental operations that are common to MySQL Programs?
•Establishing a connection to the MySQL server.
•Selecting a database.
•Disconnecting from the server.