LanceT Posted April 16, 2007 Share Posted April 16, 2007 So when your MYSQL crashes there usually is an error message that gives away information like your server path, is there anyway to hide the info when users somehow crash your mysql? Quote Link to comment https://forums.phpfreaks.com/topic/47186-hiding-your-info-when-mysql-crashes/ Share on other sites More sharing options...
bubblegum.anarchy Posted April 16, 2007 Share Posted April 16, 2007 Perform your own error handling. Quote Link to comment https://forums.phpfreaks.com/topic/47186-hiding-your-info-when-mysql-crashes/#findComment-230109 Share on other sites More sharing options...
Hughesy1986 Posted April 16, 2007 Share Posted April 16, 2007 Just use the @ before the querys. Like: $query = @mysql_query($query); Quote Link to comment https://forums.phpfreaks.com/topic/47186-hiding-your-info-when-mysql-crashes/#findComment-230116 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.