Hi there, on a Hetzner root server using their minimal Debian Etch setup(64bit), I am following "The Perfect Setup - Debian Etch (Debian 4.0)" starting on page 3 to the t - but have now run into a problem I can't seem to solve. Page 4 - 10. MySQL: when running mysqladmin -h server1.example.com -u root password yourrootsqlpassword I get error: 'Host 'server1.example.com' is not allowed to connect to this MySQL server' The first comand to create a root password goes through without trouble, server1.example.com is in hosts Thanks, Ritch
It was done that way. I changed the error message before posting here to stick to your example. The actual error does name the server right, of course it also shows in hosts and when caling hostname -f... Your not that far off though: I did paste the first line wrong, by not changing the root password. But I realized this immediately and so I used "mysql -u root -pmypassword mysql" to fix it. I can log in mysql.