Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

need help with installing oscommerce on iis6


tecrax

Recommended Posts

Posted

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

Posted
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

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...