PMA 0 byte backups

dmacleo

Verified User
Joined
Jun 21, 2012
Messages
631
not sure if this is PMA 4 issue or not, all backups done though PMA with any compression type are 0 byte.
anyone else seen this?
mysql is Server version: 5.5.31-log - MySQL Community Server
 
with any compression type meant I tried with all the options, none/zipped/gzip.
a pma 3.5.8.1 that I self installed on another domain (in a subdomain) works fine, while the directadmin pma fails.
any way to back the DA pma 4 to 3.5.8.1?
 
Update /usr/local/directadmin/custombuild/options.conf and set phpmyadmin version to 3 and run

Code:
./build phpmyadmin
 
That should be

Code:
phpmyadmin_ver=3


Code:
./build update

if it does not help, then try add it directly or execute this:

Code:
./build set phpmyadmin_ver 3
 
ok thanks will give that a try and let you know.
I saw on cb1.x you could set to 3 or 4 but did not know how to in cb2.
saw an ioncube error I want to fix first just to make sure not an issue, suspect its not though,
 
doing
./build set phpmyadmin_ver 3
adds phpmyadmin_ver=3 under cloud linux settings area.
going build update then build phpmyadminsays it installs v3 but page has error
Fatal error: require_once(): Failed opening required 'libraries/Response.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /var/www/html/phpMyAdmin-4.0.0-all-languages/libraries/error.inc.php on line 17

doing a build all now to double check
 
build all seems to have fixed that, not sure why build php n didn't but no matter.

pma 3 series seems to be working fine on DA, have not uploaded the backup to verify but its size is inline with whats its historically been.

so not sure if this is pma4 OR pma4 on DA issue.
if I get a chance I will install pma4 on its own in a subdomain and test it to rule out DA if I can.
 
Back
Top