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? 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. 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); 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
Archived
This topic is now archived and is closed to further replies.