You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
234 B
1 lines
234 B
<?php
define('MYSQL_TYPE','mysql');
define('MYSQL_USE',true);
define('MYSQL_SERVER','127.0.0.1');
define('MYSQL_USER','root');
define('MYSQL_PASSWORD','root');
define('MYSQL_DATABASE','open');
define('MYSQL_PORT','3306');
|