Thread
:
Mysql Commands on remote DB
View Single Post
#
3
06-25-2009, 01:07 PM
Andrew80k
Dragon
Join Date: Feb 2007
Posts: 659
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.
Andrew80k
View Public Profile
Send a private message to Andrew80k
Find all posts by Andrew80k