Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. NickiNev1

    Create script to send email when MySQl goes down

    I tried this in php but it is giving me error of can't execute... Maybe if I do it in bash code it will work more smoothly??? This is the php script: <?php $link = mysql_connect('dev2.wiley.com', 'root', 'pass'); if (!$link) { mail('name@place.com', 'Server Down', 'MySQL Server on dev...

Part and Inventory Search

Back
Top