Step 2 of installation [message #4701] |
Sat, 03 August 2002 09:02 |
virgo
Messages: 6 Registered: August 2002
Karma: 0
|
Junior Member |
|
|
When I try to type in my host I get: Failed to connect to the MySQL Server, SQL Reason: Host '192.168.0.116' is not allowed to connect to this MySQL server
When I try to put in my database I get: Failed to create table fud_users.tbl (DROP TABLE IF EXISTS fud21_users), SQL Reason: No Database Selected
I am new with this so maybe Im just overlooking something simple but Ive been at it for an hour and cant figure it out.
Virgo
|
|
|
Re: Step 2 of installation [message #4704 is a reply to message #4701] |
Sat, 03 August 2002 15:11 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Failed to connect to the MySQL Server, SQL Reason: Host '192.168.0.116' is not allowed to connect to this MySQL server
This is your problem. For some reason your mysql settings deny access to 192.168.0.116 (your server's ip) to the MySQL server. Check your MySQL access permissions and ensure that you have permissions to connect to MySQL server.
FUDforum Core Developer
|
|
|
|
Re: Step 2 of installation [message #4710 is a reply to message #4709] |
Sat, 03 August 2002 16:39 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Login to mysql via the console and check values inside 'mysql' database.
FUDforum Core Developer
|
|
|