MySQL: Difference between revisions

Jump to navigation Jump to search
240 bytes added ,  30 August 2016
no edit summary
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 ==


Navigation menu