hugh Posted June 14, 2013 Report Share Posted June 14, 2013 Using UniServer Zero 10.0.1, and in \UniServerZ\home\us_phpmyadmin\config.inc.php is the following :- $cfg['UploadDir'] = "$root\\etc\\phpmyadmin"; // Directory for uploaded files $cfg['SaveDir'] = "$root\\etc\\phpmyadmin"; // Directory where phpMyAdmin can save exported data $cfg['docSQLDir'] = "$root\\etc"; // Directory for docSQL imports, From memory that is the correct paths for normal Uniform Server, but is incorrect for the Zero version and should probably be :- $cfg['UploadDir'] = "$root\\home\\us_phpmyadmin"; // Directory for uploaded files $cfg['SaveDir'] = "$root\\home\\us_phpmyadmin"; // Directory where phpMyAdmin can save exported data $cfg['docSQLDir'] = "$root\\home"; // Directory for docSQL imports, Quote Link to comment Share on other sites More sharing options...
Ric Posted June 15, 2013 Report Share Posted June 15, 2013 Thank you for taking the time to post.For compatibility all that is required is to create the missing folders: UniServerZ\etc and UniServerZ\etc\phpmyadmin These are now included in all new phpmyadmin modules and latest server update Zero_10_0_2. All the bestRic Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.