You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ On Debian this should do: **sudo apt install pv gzip**
12
12
13
13
# MySQL/MariaDB
14
14
The script will ask for mysql user and password confirmation each time you dump a database.
15
-
If this bothers you, then you should create a .my.cnf file (see below) and **also** you should remove "-u root -p" from the mysql commands to avoid trying to connect as root if ***you don't have to***.
15
+
If this bothers you, then you should create a .my.cnf file (see below) and **also** you should remove "-u root -p" from the mysql commands to avoid trying to connect as root ***if you don't have to***.
16
16
17
17
## .my.cnf – mysql user & password
18
18
Create file ~/.my.cnf and add following lines in it and replace mysqluser & mysqlpass values.
0 commit comments