Mysqldump: Difference between revisions
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight" |
No edit summary |
||
| Line 1: | Line 1: | ||
[[File:Database-mysql.svg|thumb]] | |||
When using MySQL, I always use a .my.cnf file to store my password so that I can switch to 'root' on the host, and execute whatever commands I need. | When using MySQL, I always use a .my.cnf file to store my password so that I can switch to 'root' on the host, and execute whatever commands I need. | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||