Mysql: Difference between revisions

From roonics
Jump to navigation Jump to search
Line 2: Line 2:
==Useful Commands==
==Useful Commands==
===Connect to database===
===Connect to database===
<pre>mysql -u <username> -p  
<pre>mysql -u <username> -p</pre>


===test===
===test===

Revision as of 12:10, 15 March 2019

MySQL

Useful Commands

Connect to database

mysql -u <username> -p

test