Mysql: Difference between revisions

From roonics
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=MySQL=
=MySQL=
==Useful Commands==
==Useful Commands==
===test===
===Connect to database===
<pre>mysql -u <username> -p
 
===test===
===test===

Revision as of 12:10, 15 March 2019

MySQL

Useful Commands

Connect to database

mysql -u <username> -p 

test