config_db.php 245 B

12345678910111213
  1. <?php
  2. $_ONU_CONFIG['_db_conf'] = array (
  3. "host" => "127.0.0.1",
  4. "port" => "3306",
  5. "user" => "edm_alipearl_net",
  6. "pwd" => "6fP8Pf6dLdmFBYR4",
  7. "db_name" => "edm_alipearl_net",
  8. "db_charset" => "utf8",
  9. );
  10. ?>