wbcmc/config.ini.mysql.php

15 lines
247 B
PHP
Raw Permalink Normal View History

2019-07-28 12:02:58 +00:00
;<?php
;die();
;/*
; format:
; $dsn=$conffile["dialect"].':host='.$conffile["host"].';dbname='.$conffile["dbname"].';charset='.$conffile["charset"];
dsn="host=localhost;dbname=web;charset=utf8mb4"
dialect="mysql"
user="web"
password=""
;*/
;?>