mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
Added login site.
This commit is contained in:
parent
0876b293e8
commit
94db8336df
20 changed files with 2362 additions and 0 deletions
7
www/testmysql.php
Normal file
7
www/testmysql.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
$link = mysql_connect('hostname','dbuser','dbpassword');
|
||||
if (!$link) {
|
||||
die('Could not connect to MySQL: ' . mysql_error());
|
||||
}
|
||||
echo 'Connection OK'; mysql_close($link);
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue