Root Server - Putty/Navicat Problem

09/19/2014 18:29 NominAtiVGenItIv#1
Hallo,
habe mir für meinem Last Chaos Server einen Root gemietet.
CentOS 6 Installiert, mit Putty dann mit dem Root verbunden.

Dann habe ich diese befehle benutzt:
yum install mysql mysql-server
yum install httpd
chkconfig --levels 235 mysqld on
chkconfgi --levels 235 httpd on
/etc/init.d/mysqld start


Wenn ich mich jetzt per Navicat mit dem Root verbinden möchte,steht da:

1130 - Host 'xxxxxxxxxxx' is not allowed to connect to this MySQL server




Für die, die das selbe Problem irgendwann mal haben:
mysql -uroot
use mysql;
select host, user from user;

Dann kommt da eine Liste
Host | User

dann:
update user set host='%' where user='root' and host='DEINHOSTNAME' ; flush privileges ;



Problem gelöst, Closerequest ist raus.


Gruß
09/19/2014 19:08 Tarissuis#2
Ging ja zügig, #Closed