I don't get this error connecting any hosting place except one, and on none of local mysql servers.
The error I get is:
SELECT command denied to user '327952_GVAuser'@'216.183.170.146' for table 'gvaWebProducts'.
The MySQL server version is 5.0.77-log.
I'm using the .net Connector version 6.3.4 with Visual Studio 2008.
I can connect to the database server using the command line with my username and password and perform the select no problem. Since this is a hosting company I cannot recreate, or modify my user. But the login does have select, insert, delete, and update privileges on the table.
I have scoured the forums and Google for a clue, but found no solutions that work. I tried to set Use Procedure Bodies to True and False, neither made a difference. (Nor did I expect it to since i am not using a stored procedure).
Since things are nearly hopeless to me at this point, I am downloading Visual Studio 2005 so I can compile the connector in debug mode and try to debug the problem.
Does anyone else have any experience with this problem?
Thanks,
Scott Emick
The error I get is:
SELECT command denied to user '327952_GVAuser'@'216.183.170.146' for table 'gvaWebProducts'.
The MySQL server version is 5.0.77-log.
I'm using the .net Connector version 6.3.4 with Visual Studio 2008.
I can connect to the database server using the command line with my username and password and perform the select no problem. Since this is a hosting company I cannot recreate, or modify my user. But the login does have select, insert, delete, and update privileges on the table.
I have scoured the forums and Google for a clue, but found no solutions that work. I tried to set Use Procedure Bodies to True and False, neither made a difference. (Nor did I expect it to since i am not using a stored procedure).
Since things are nearly hopeless to me at this point, I am downloading Visual Studio 2005 so I can compile the connector in debug mode and try to debug the problem.
Does anyone else have any experience with this problem?
Thanks,
Scott Emick