add example mysql config

This commit is contained in:
M. Gardner 2019-07-28 15:02:58 +03:00
parent a98866f46a
commit 951995d710
1 changed files with 14 additions and 0 deletions

14
config.ini.mysql.php Normal file
View File

@ -0,0 +1,14 @@
;<?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=""
;*/
;?>