I do have direct SSH access to the server.

I use both phpMyAdmin and also the mysql command on the server.

Most of the time, I use phpMyAdmin because it's easier. And it saves me the trouble of starting up my SSH client and logging into the server.

Using the mysql command was helpful in learning MySQL, and it's essential in some situations, such as when I have the web server turned off for maintenance. It's also preferable if you're doing time-consuming operations that might result in CGI timeouts.

If you're comfortable using mysql directly, and don't feel any need for a GUI interface, then stick with it. <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />