Mysql Command Line Client: Difference between revisions

From NovaOrdis Knowledge Base
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>

Revision as of 04:43, 7 January 2016

Internal

Connect

mysql -u root -p