WJBlog


Ten Tips and Tricks for mysql Client Users

Published On: October 29, 2010 @ 10:38:55am

Although several great GUI-based MySQL clients exist, among them phpMyAdmin and SQLYog, I’ve always preferred to use the native mysql command-line client. It does take some time to get acquainted with using a command-line interface (CLI), particularly if you don’t regularly work with an operating system offering a robust CLI environment. However, after some practice you’ll be able to manage users, navigate your databases, and perform other tasks with incredible ease.

In this article I’ll introduce you to 10 mysql client tips and tricks that I’ve accumulated over the years. Whether you adopt one or all I guarantee you’ll save a considerable amount of time and effort when using this powerful MySQL interface.

Read the tutorial