I have setup a mysql server on a spare machine and use it to provide dynamic, or easily updated, infomation as part of a website hosted through a local company.
I am concerned that if the server, or DSL connection goes down that the website will filled with mysql error statements such as: "Warning: Access denied for user: '??????????@' (Using password: YES) in supporting_functions on line 5"
Is there a way to suppress such error message from being shown on the website?
Thanks