Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

mysql command not working in linux

#Check if MySQL is running by executing this command:
ps aux | grep mysql | grep -v grep
#And install the MySQL client:
sudo apt-get install mysql-client # Or your distribution command
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #mysql #command #working #linux
ADD COMMENT
Topic
Name
2+9 =