简体   繁体   English

更改数据库密码后如何在livecart中更改数据库信息?

[英]How to change my database information in livecart after change database password?

My livecart can't access after change the database password, but find the database config file , and found the message like this: 更改数据库密码后,我的livecart无法访问,但是找到了数据库配置文件,并找到了如下消息:

return
  'mysql://guaguaco_lcdb:.@RR?HbQ+CBQ@localhost/guaguaco_livecartdb';

What can I do to change the password? 我该怎么做才能更改密码?

Thanks. 谢谢。

The password is inbetween the first : and the last @ 密码介于第一个:和最后一个@之间

mysql://guaguaco_lcdb: .@RR?HbQ+CBQ @localhost/guaguaco_livecartdb mysql:// guaguaco_lcdb: 。@ RR?HbQ + CBQ @ localhost / guaguaco_livecartdb

Change to this mysql://guaguaco_lcdb:NEWPASSWORD@localhost/guaguaco_livecartdb 更改为此mysql:// guaguaco_lcdb:NEWPASSWORD @ localhost / guaguaco_livecartdb

where NEWPASSWORD is your new password 其中NEWPASSWORD是您的新密码

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM