Running MYSQL once LAMP stack has been installed -


when run mysql -u root -p, message saying

bash: mysql: command not found 

i not sure why getting error. have talked system administrator , has said lamp stack has been installed. need run mysql start creating databases.

this email sent:

mysql 5.1.32 installed on vm name@..net.     [root@name~]# mysql -v     mysql  ver 14.14 distrib 5.1.32, unknown-linux-gnu (x86_64) using readline 5.1 

please check whether mysql server running or not. if not use:

/etc/init.d/mysqld start 

then try command:

mysql -u root -p 

Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -