we should know the username/password and Host name of your mysql server
syntax
mysql -u USERNAME -h HOSTNAME -p
eg:
mysql -u sri -h localhost -p
it prompts for the password..enter the password..
done..
Learn to Develop an iPhone or iPad App in 4 Weeks Learn the latest and greatest markup language in the market with Robin Nixon(HTML & HTML5) Now $29 Only(75% Off)
we should know the
Wed, 12/24/2008 - 03:52 — adminwe should know the username/password and Host name of your mysql server
syntax
mysql -u USERNAME -h HOSTNAME -p
eg:
mysql -u sri -h localhost -p
it prompts for the password..enter the password..
done..