Settings

Store passwords

Edit the fileĀ ~/.my.cnf and adapt the following code:

[client]
user=root
password="pass"

[mysql]
user=root
password="pass"

[mysqldump]
user=root
password="pass"

[mysqldiff]
user=root
password="pass"

Back to top