MySQL command line
Activates MySQL console
mysql -u some_user -p
After running the command, we will be required to enter
password
of the mysql user
some_user
After that, MySQL
console
will be activated where we can run MySQL queries
by Valeri Tandilashvili
4 years ago
Linux
MySQL
0
Pro tip: use ```triple backticks around text``` to write in code fences