Kan ikke komme ind på mysql (linux)
Jeg har lige installeret mysql på en linux..brugte det her http://debianguiden.dk/dists/stable/html/databaseserver.html#id2588264
debian:~# mysqladmin -u root password 'pass..'
men jeg kan ikke komme ind.. så jeg ved ikke engang om den har oprettet "root" nu får jeg fejl.. har prøvet sådan:
linux:~ # mysqladmin -u root password 'pass..'
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: YES)'
linux:~ # mysqladmin -u root password 'pass..' -h 192.168.1.11
mysqladmin: connect to server at '192.168.1.11' failed
error: '#HY000Host '192.168.1.11' is not allowed to connect to this MySQL server
Hvordan null-stiller man root??
