MySQL: Difference between revisions

Jump to navigation Jump to search
1 byte added ,  30 August 2016
→‎List all database without the border: add List all database without the border
No edit summary
→‎List all database without the border: add List all database without the border
Line 6: Line 6:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
$ mysql -B -uusername -ppassword --disable-column-names --execute "show databases"
$ mysql -B -uusername -ppassword --disable-column-names --execute "show databases"
<syntaxhighlight>
</syntaxhighlight>


== mysqldump returning Errcode 13 ==
== mysqldump returning Errcode 13 ==

Navigation menu