mysql: passwordless, sprocs

https://serverfault.com/questions/358903/store-the-mysql-client-password-or-setup-password-less-authentication/786944

create my.cnf in ~home
[client]
host = mysql.homlish.net
user = phomlish
password = thepassword
#database = mysql

mysqldump -hmysql.homlish.net -uphomlish mydetvDev –routines -n -d -t > /tmp/routines
mysql -hmysql.homlish.net -uphomlish mydetv

Leave a Reply

Your email address will not be published. Required fields are marked *