Server-MYSQL chyba- ???-need help

Ak potrebujete pomoc alebo poradiť, píšte sem (len PC, elektronika atď.)...
LOLCATS
Medium Professional
Medium Professional
Používateľov profilový obrázok
Príspevky: 1159
Registrovaný: 23 sep 2006, 13:15

Server-MYSQL chyba- ???-need help

Príspevok od používateľa LOLCATS »

Tak v prilohe je screen.
Neviete co mam zle ? teda ako to opravit ? :oops:
Prílohy
mangos-chyba.JPG
pato83
Addict
Addict
Používateľov profilový obrázok
Príspevky: 3916
Registrovaný: 21 nov 2005, 22:12

Príspevok od používateľa pato83 »

Kód: Vybrať všetko

If the following error occurs when you try to connect from a host other than the one on which the MySQL server is running, it means that there is no row in the user table with a Host value that matches the client host:

----->>>>>>Host ... is not allowed to connect to this MySQL server

You can fix this by setting up an account for the combination of client hostname and username that you are using when trying to connect.

If you do not know the IP number or hostname of the machine from which you are connecting, you should put a row with '%' as the Host column value in the user table. After trying to connect from the client machine, use a SELECT USER() query to see how you really did connect. (Then change the '%' in the user table row to the actual hostname that shows up in the log. Otherwise, your system is left insecure because it allows connections from any host for the given username.)

On Linux, another reason that this error might occur is that you are using a binary MySQL version that is compiled with a different version of the glibc library than the one you are using. In this case, you should either upgrade your operating system or glibc, or download a source distribution of MySQL version and compile it yourself. A source RPM is normally trivial to compile and install, so this is not a big problem.
Nemam to z vlastnej hlavy, ale pre zaciatok a snad aj vyriesenie problemu by to mohlo stacit.

Source: http://dev.mysql.com/doc/refman/5.0/en/ ... enied.html
LOLCATS
Medium Professional
Medium Professional
Používateľov profilový obrázok
Príspevky: 1159
Registrovaný: 23 sep 2006, 13:15

Príspevok od používateľa LOLCATS »

Dobre ale akonahle restartnem PC ide to normalne....
Napísať odpoveď