Answers for "mysql terminal"

0

mysql terminal

mysql --user=user_name --password db_name
# Execute a script with logs:
mysql db_name < script.sql > output.tab
Posted by: Guest on May-09-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language