View Single Post
  #3  
Old 06-25-2009, 01:07 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

You can also do this from a command line:

Code:
mysql -u dbuser -pdbpass -h host DB
Then you will get the mysql prompts. Keep in mind you have to have a mysql client on the local host for this method to work.
Reply With Quote