Managing MySQL from the command line
If our hosting service offer us a SSH
shell and have MySQL
installed, or if we have MySQL
installed in our computer,
we can administer a database from the Command Line Interface. If we
develop programs that require the use of a MySQL
database,
most likely we are already familiarized with SQL
statements. By the use of the mysql
command we can send
this queries to the database.