简体   繁体   中英

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:

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

Change to this mysql://guaguaco_lcdb:NEWPASSWORD@localhost/guaguaco_livecartdb

where NEWPASSWORD is your new password

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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