[FIX] phpmyadmin some feature/controluser
-
- Posts: 28
- Joined: Tue Mar 06, 2018 8:38 am
- Os: Debian 9x
- Web: apache
Re: [FIX] phpmyadmin some feature/controluser
[/quote]
Check if folder /var/lib/phpmyadmin/tmp exists and make chmod 777 for it.
[/quote]
It does exist,
I did cure this by doing
should i move tmp to
/var/lib/phpmyadmin/tmp
thanks
Check if folder /var/lib/phpmyadmin/tmp exists and make chmod 777 for it.
[/quote]
It does exist,
I did cure this by doing
Code: Select all
mkdir /usr/share/phpmyadmin/tmp
chown www-data:www-data tmp
chmod 777 tmp
edit nano
/etc/phpmyadmin/config.inc.php
add
$cfg['TempDir'] = 'tmp';
/var/lib/phpmyadmin/tmp
thanks
-
- Posts: 1
- Joined: Tue Apr 09, 2019 3:24 am
- Contact:
- Os: Ubuntu 14x
- Web: apache + nginx
Re: [FIX] phpmyadmin some feature/controluser
It's Working bro. Very Thanks <3
You saved me from re-installing the control panel.
If you need free hosting please contact me at WhatsApp: +58-424-2405521
You saved me from re-installing the control panel.
If you need free hosting please contact me at WhatsApp: +58-424-2405521
Re: [FIX] phpmyadmin some feature/controluser
Does the script work well? For CentOS 7.6, MariaDB 5.5.
Re: [FIX] phpmyadmin some feature/controluser
THANK YOU SO MUCH for this script. A life saver.
I just ran it on Debian 9 and encountered a few issues as shown below.
Also, can you add an option to force SSL? Or maybe a separate script? Thanks!
Home page of phpMyAdmin at bottom:

Clicking on a database and then the "Operations" tab:

Clicking the "Find out why" on the previous image:

I just ran it on Debian 9 and encountered a few issues as shown below.
Also, can you add an option to force SSL? Or maybe a separate script? Thanks!
Home page of phpMyAdmin at bottom:

Clicking on a database and then the "Operations" tab:

Clicking the "Find out why" on the previous image:
