简体   繁体   中英

How to fix /opt/lampp/bin/mysql.server: line 261: log_success_msg: command not found?

I was facing this error after I installed xampp in my linux manjaro. Previously even with this error, first time I opened phpmyadmin and do some query it is doing fine. But somehow the phpmyadmin show blank white screen. How do I fix it? 我的错误

I had a similar problem with phpMyAdmin and I resolved doing:

[1] ' sudo nvim /opt/lampp/phpmyadmin/config.inc.php ' and changin this line:

$cfg['Servers'][$i]['host'] = '127.0.0.1'; //instead of localhost

[2] Changing in my browser the url from

localhost/phpmyadmin

To

127.0.0.1/phpmyadmin

This worked for me, hope to help someone.

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