"how to access mysql database using shell script?" Code Answer

4

this link seems to have the information you want.

http://www.cyberciti.biz/faq/using-mysql-in-shell-scripts/

mysql -u user -p dbnane
By emilast on April 12 2022

Answers related to “how to access mysql database using shell script?”

Only authorized users can answer the Search term. Please sign in first, or register a free account.