Re: MySQL - Ecommerce problem

2002-07-24 Thread Gelu Gogancea
Hi, You must reconfigure "httpd.conf" , because i suppose that you don't change the path to your new location of the CGI scriptor...you not have right to execute "POST/GET" method on your serverand this mean that your CGI script can not run. This error is specific about what i aforemention

Re: MySQL - Ecommerce problem

2002-07-24 Thread Gelu Gogancea
Hi, You must reconfigure "httpd.conf" , because i suppose you don't change the path to your new location of the CGI scriptor...you not have right to execute "POST/GET" method on your serverand this mean that your CGI script can not run. This error is specific about what i aforementioned.

Re: MySQL - Ecommerce problem

2002-07-24 Thread Bhavin Vyas
Check you users table under 'mysql' database. This is what controls access. Here, check the 'hosts' column. Update the old IP/DSN to the new ones and then do a 'flush privileges' and you should be fine. If you don't want to update but add a new record that should be fine to. Do a GRANT . for