Hi,
Cc: Olaf van der Spek <[EMAIL PROTECTED]>,
I didn't receive your mail. :(
mysql -e 'update mysql.user set password=PASSWORD("foo") where user="root";
flush privileges;'
mysql -pfoo -e 'delete from mysql.user where user="root" and host="copelandia";
flush privileges;'
That's not what I did.
mysql> delete from mysql.user where host = 'debian';
mysql> update mysql.user set host = '%', password = password('1234')
where user = 'root';
mysql> flush privileges;
In particular, you didn't change host to %.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]