Hello There,
Access denied for user 'xxxx.d'@'xxxxx' (using password: YES)
Actually in my application i am executing stored procedure on page load of index page ...
i have hosted application on webserver and i am using shared mysql database server
when i triese to run the page it shows the error given above , that i do not have sufficient previlage to execute stored procedure on server
please suggest how should i configure connection string to allow to execute the sp's
For table it works fine but when i tries to access data using sp's it throws error
i think i need to configure connection string containing "EXEC PROC = false" something like this but i am not remembering well....
Help Appriciated
Thanks in advance