4,461
edits
add Copying MySQL databases on the same server |
No edit summary |
||
Line 1: | Line 1: | ||
__FORCETOC__ | |||
== List all database without the border == | |||
* ''Last tested on Ubuntu 16.04.01 LTS (xenial)'' | |||
<syntaxhighlight lang="bash"> | |||
$ mysql -B -uusername -ppassword --disable-column-names --execute "show databases" | |||
<syntaxhighlight> | |||
== mysqldump returning Errcode 13 == | == mysqldump returning Errcode 13 == | ||