瀏覽代碼

Update README.md

Daniele Bonini 5 年之前
父節點
當前提交
a818837a7e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -11,7 +11,7 @@ FastMySql class
 use for the purpose, the following global constants:   
 define('DB_HOST', "p:your.db.ip.address");    
 define('DB_USER', "your_dbuser");    
-define('DB_PASSWORD', "your_dbuser_password");    
+define('DB_PASSWORD', "your_dbpassword");    
 define('DB_DBNAME', "your_db_name");    
 define('DB_CHARSET', "utf8");