Re: Fwd: Re: [PHP] dumb mysql_connect issue

2001-07-31 Thread Alexander Wagner
CGI GUY wrote: > " Access denied for user: 'username@hostname' to > database 'tablename' " > > 1. The uid/password set I am using has full > privileges. > 2. *tablename* is not a database (the code I listed in > my previous email is syntactically identical to the > script)-- it's a table. > > Why

Fwd: Re: [PHP] dumb mysql_connect issue

2001-07-31 Thread CGI GUY
Okay, well I used the mysql_error() print-out, and it returned something weird: " Access denied for user: 'username@hostname' to database 'tablename' " This is incongruous because: 1. The uid/password set I am using has full privileges. 2. *tablename* is not a database (the code I listed in my