Are*_*yan 4 mysql node.js express yeoman
我使用MySQL作为带Yeoman生成器的DB创建ExpressJS MVC应用程序,并且config.js我想更改MySQL连接字符串,但我不知道在字符串中指定密码.
config.js
我的字符串是 mysql://root@localhost:3306/
mysql://root@localhost:3306/
请帮我.
Uma*_*med 7
密码和数据库名称也是连接字符串的一部分. 例如:mysql://root:password@localhost:port/dbName
mysql://root:password@localhost:port/dbName
归档时间:
9 年,2 月 前
查看次数:
6947 次
最近记录:
6 年,4 月 前