how to log in to mysql and query the database from linux terminal
1.- How do I get mysql prompt in linux terminal? mysql -u root -p At the Enter password: prompt, well, enter root’s password 🙂 You can find further reference by typing mysql –help or at the online manual. 2. How I stop the mysql server from linux terminal? It depends. Red Hat based distros have … Read more