New Cpanel 11.32 Bug- Mysql Database not listing in backup wizard

Today I had a new issue with one of my clients says that he can not sees his database in his backup wizard.

I have searched for it in many blogs including cPanel forum, but I couldn’t find any related issues either.

This has been fixed by changing the below folder permission to 755

root@server [/var/cpanel]# ls -ld databases/
drwxr-x— 2 root root 40960 May 15 12:15 databases//

I have just changed the above set permission to 755

root@server [/var/cpanel]# chmod 755 databases/
root@server [~]# ls -ld /var/cpanel/databases/
drwxr-xr-x 2 root root 40960 May 15 12:15 /var/cpanel/databases//

New Cpanel 11.32 Bug- Mysql Database not listing in backup wizard

Leave a Reply

Your email address will not be published. Required fields are marked *

Fork me on GitHub