The auto login to phpmyadmin is working with cyberpanel at the begining.
But I have a question that , I change the default root password of mariadb for security reason.
I also change the database root password as below.
Sudo vi /usr/local/CyberCP/CyberCP/settings.py
sudo vi /home/cyberpanel/.my.cnf
sudo vi /etc/cyberpanel/mysqlPassword
Most function work correctly after I change these file setting. But the phpmyadmin autologin function
has trouble with it. if I click the button on the cyberpanel to access the phpmyadmin, it will show a blank page.
I can temporary login to phpmyadmin by doing this:
cd /usr/local/CyberCP/public/phpmyadmin
mv config.inc.php config.inc.php.old
mv config.sample.inc.php config.inc.php
I know that it just make the default config.sample.inc.php to be work , But the problem is that
there is no more “Autologin” function for PHPmyadmin anymore if I replace the config.inc.php.
So, any body know how to solute the problem properly ? Just want the Autologin function back after
changing the database root password every time.
Is it the problem the blowfish or the cookie auth of phpmyadmin ?
If yes, how to update the cookie auth of phpmyadmin with cyberpanel ?
