How often is a tech article from 2000 still relevant? This one sure is.
browse: calendar, cli, linux, old
The mysql tool is probably the most useful utility and is the tool that you will likely use the most as you learn and continue to use MySQL. mysql is a command-line client tool that is installed as standard with the MySQL package. From the mysql command-prompt it is possible to issue a wide range of commands to the database server such as creating and deleting databases and tables, searching for data, adding new rows and much more.
browse: cli, mysql, reference
Basic MySQL Tutorial covering; accessing MySQL, creating tables, inserting data and querying data. Examples are provided for both the CLI and SQL scripts.
browse: cli, linux, mysql, tutorial