Windows (XAMPP)
1. create a batch file as described here: http://nothingoutoftheordinary.com/2007/04/07/access-mysql-command-line-…
2. create shortcut to that batch file in your favorite launcher
Site5
1. connect via ssh
2. mysql -u username -p dbname
Dreamhost:
1. connect to ssh
2. mysql -h mysqlhostname.domain.com -u user -p dbname



Add your comment