LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Custom MySQL 4 error messages (https://www.linuxquestions.org/questions/programming-9/custom-mysql-4-error-messages-62246/)

bad_cmd/filenam 05-28-2003 06:41 AM

Custom MySQL 4 error messages
 
Is it possible to display a custom message when a user gets an access denied error in mysql 4?

jharris 05-28-2003 06:52 AM

I think that you would have to handle this yourself in the applcation that you are writing. So you would turn off the default error reporting, check for any errors yourself, then return a custom message that way. What language are you using?

cheers

Jamie...

bad_cmd/filenam 05-29-2003 04:44 AM

I'm not, I was just wondering but thanks anyway

jharris 05-29-2003 05:50 AM

You could probably just edit the source to change the messages then rebuild if you wanted to effect the entire server.

Jamie...


All times are GMT -5. The time now is 06:57 PM.