I want to connect mysql database through cmd prompt in linux
any one can u pls give me reply
how to connect mysql database through cmd prompt in linux
Moderator: General Moderators
Re: how to connect mysql database through cmd prompt in linux
You shouldn' t have posted this here there is another section for this
Use
After this you use the sql command USE to access the database.
Use
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