tecrax Posted September 30, 2005 Posted September 30, 2005 Hello everyone I have a problem with installing oscommerce on windows server 2003 iis6 My situation is it gives me an error message saying Host '192.168.0.1' is not allowed to connect to this MySQL server I have PHP 4.4.0 MySQL Servers and Clients 4.0.26 Windows 2003 Server IIS6 any suggestion would be greatly appreciated thanks guys
kgt Posted September 30, 2005 Posted September 30, 2005 Hello everyoneI have a problem with installing oscommerce on windows server 2003 iis6 My situation is it gives me an error message saying Host '192.168.0.1' is not allowed to connect to this MySQL server I have PHP 4.4.0 MySQL Servers and Clients 4.0.26 Windows 2003 Server IIS6 any suggestion would be greatly appreciated thanks guys This is not a problem with IIS6. It is a MySQL error message. Create a user for host 192.168.0.1: mysql> GRANT ALL PRIVILEGES ON your_oscommerce_database.* TO 'your_username'@'192.168.0.1' IDENTIFIED BY 'your_password'; See the following page for more information: http://dev.mysql.com/doc/mysql/en/adding-users.html Contributions Discount Coupon Codes Donations
Recommended Posts
Archived
This topic is now archived and is closed to further replies.