These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Manage MySQL databases through Virtualmin working fine, but with phpmyadmin databases are not showing on the new forum.
I have same problem, please le me know if u find an fix. Thx
http://yourdomain.tld/phpmyadmin/Documentation.html#linked-tables is where you can read more about making the changes permanently.I think this has to do with the new version of the phpmyadmin script and not with virtualmin/webmin
Here is a temp fix, once you reboot, the changes go back to not showing databases.
Your preferences will be saved for current session only. Storing them permanently requires phpMyAdmin configuration storage. (http://yourdomain.tld/phpmyadmin/Documentation.html#linked-tables)
I have not done the permanent fix yet, I just discovered this by mistake. Good luck! Let us know if you do, thx
Can anyone post instruction on how to permeant show all databases please? Thx
Hi,
Just go to your phpmyadmin folder and edit the file "config.inc.php"
Search for the line :
$cfg['Servers'][$i]['only_db'] = Array('NAMEOFYOURDB');
and change it to :
$cfg['Servers'][$i]['only_db'] = Array('%');
Log out then log in to phpmyadmin, you should now see all DBs of your domain user.
Enjoy :-)
@ librasoft Thanks a bunch, that did it, I really appreciated and it could not be simpler than that lol