Mysql: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=MySQL= | =MySQL= | ||
==Useful Commands== | ==Useful Commands== | ||
=== | ===Connect to database=== | ||
<pre>mysql -u <username> -p | |||
===test=== | ===test=== |
Revision as of 11:10, 15 March 2019
MySQL
Useful Commands
Connect to database
mysql -u <username> -ptest