Jump to content
The Uniform Server Community

Phpmyadmin in Zero


hugh
 Share

Recommended Posts

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,

Link to comment
Share on other sites

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 best

Ric

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...