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..
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..