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

Recommended Answers

All 2 Replies

y dont u google for the connection string for mysql

Done!!!!!!!!!

U have to modify connectionstring contained Use Procedure Bodies= false

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.