4,452
edits
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 == |