Coderifous
Programmer
OK, this is a followup post to the post I posted about destroying my database.
In the MySQL database, there is a table called host or hosts or something. I took out a line from that table... I think...
That line may have been blank except for a wild character (%) in a column..
is that table responsible for saying where clients are allowed to connect from???? that would explain my problem. I can't connect from localhost. OK I think that's my problem. Does anyone know how to put that entry back into the table, but without being able to login?
In the MySQL database, there is a table called host or hosts or something. I took out a line from that table... I think...
That line may have been blank except for a wild character (%) in a column..
is that table responsible for saying where clients are allowed to connect from???? that would explain my problem. I can't connect from localhost. OK I think that's my problem. Does anyone know how to put that entry back into the table, but without being able to login?