Removed testmysql.php script.

It does not appear to be used.
This commit is contained in:
uroskn
2016-07-03 13:53:28 +02:00
parent 0ea068cfd3
commit 7fe285da2e
-7
View File
@@ -1,7 +0,0 @@
<?php
$link = mysql_connect('hostname','dbuser','dbpassword');
if (!$link) {
die('Could not connect to MySQL: ' . mysql_error());
}
echo 'Connection OK'; mysql_close($link);
?>