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?
UPDATE:
The blank screen is no more, but the warning code is still present. The warning code did nothing to my productivity. But still, it is a bit bothering me
3
Answers
I had a similar problem with phpMyAdmin and I resolved doing:
[1]
sudo nvim /opt/lampp/phpmyadmin/config.inc.php
and changing this line:[2] Changing in my browser the URL from
localhost/phpmyadmin
to127.0.0.1/phpmyadmin
This worked for me, hope to help someone.
I solved this problem simply by removing the log_success_msg function call in /opt/lampp/bin/mysql.server at line 261, not the most elegant solution, but simple. It is worth noting that this edit does not affect the functionality.
You have to install the LBS module, since the script uses it to display messages, as mentioned in the documentation of
/opt/lamp/bin/mysql.server
line 93