how to connect mysql database through cmd prompt in linux
Posted: Thu Jul 10, 2008 4:59 am
I want to connect mysql database through cmd prompt in linux
any one can u pls give me reply
any one can u pls give me reply
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
service mysqld start then type mysql
# if it' s working to this
find / -name mysq
#it will show the path directory of MySQL
cd path
cd share/mysql
./mysql.server start
cd ../..
cd bin
mysql