mirror of
https://github.com/sigmasternchen/webcli
synced 2025-03-15 22:28:54 +00:00
mysql connect
This commit is contained in:
parent
f55ee4e451
commit
32d8c6ee55
1 changed files with 5 additions and 0 deletions
5
backend/mysqlConnect.php
Normal file
5
backend/mysqlConnect.php
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?php
|
||||||
|
$connection = mysql_connect("localhost", "webcli", "password");
|
||||||
|
mysql_select_db('webcli');
|
||||||
|
echo mysql_error();
|
||||||
|
?>
|
Loading…
Reference in a new issue