Re: Host Access denied

2001-08-03 Thread Sherwin Ang
It looks like you dont have the correct privileges on your mysql server to connect from a specified host. Look at the Grant function in mysql manual for more info Sherwin Ang Web Programmer Yesmynet Internet - Original Message - From: Mike <[EMAIL PROTECTED]> To: MySQLList <[EMAIL PROT

Re: Host Access denied

2001-08-02 Thread Mike
Thank you, but with a little more investigation I figured out that when logging in from different hosts, even using the same user/passwd, is counted as two diferent users. Therefore I had to insert (or in my case update) the user@Bob into the user table with the particular privys. Take care.