Mysql Command Line Client: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
* [[MySQL Operations#Command_Line_Client]] | * [[MySQL Operations#Command_Line_Client]] | ||
=Connect= | |||
<pre> | |||
mysql -u root -p | |||
</pre> |