Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Cant export mysql files!

Featured Replies

hey guys I get this error when I try and export mysql

 

"The web server does not have permission to save the file /etc/phpmyadmin/sv2-db_2009-10-05.sql.zip."

 

what do I need to do to correct this? Thanks

A quick solution:

 

At the bottom of the export page

Check the box for “Save as file”

Un-Check the box “Save on server in”

This will force a pop-up allowing you to save the exported data to any location.

 

Truth is it’s a bug! The solution is to edit file:

UniServer\home\admin\www\phpMyAdmin\config.inc.php

 

At the bottom of this page change the last four lines as shown:

I have commented out the originals for reference:

//$cfg['UploadDir']   = '/etc/phpmyadmin';   // Directory for uploaded files 
//$cfg['SaveDir']	 = '/etc/phpmyadmin';   // Directory where phpMyAdmin can save exported data
//$cfg['docSQLDir']   = '';				  // Directory for docSQL imports,
//$cfg['TempDir']	 = '/tmp';			  // Directory where phpMyAdmin can save temporary files.

$cfg['UploadDir']	 = $drive.'/etc/phpmyadmin';   // Directory for uploaded files 
$cfg['SaveDir']	   = $drive.'/etc/phpmyadmin';   // Directory where phpMyAdmin can save exported data
$cfg['docSQLDir']	 = $drive.'/etc';			  // Directory for docSQL imports,
$cfg['TempDir']	   = $drive.'/tmp';			  // Directory where phpMyAdmin can save temporary files.

Re-start the servers.

 

All the best

Ric :)

  • Author

A quick solution:

 

At the bottom of the export page

Check the box for “Save as file”

Un-Check the box “Save on server in”

This will force a pop-up allowing you to save the exported data to any location.

 

Truth is it’s a bug! The solution is to edit file:

UniServer\home\admin\www\phpMyAdmin\config.inc.php

 

At the bottom of this page change the last four lines as shown:

I have commented out the originals for reference:

//$cfg['UploadDir']   = '/etc/phpmyadmin';   // Directory for uploaded files 
//$cfg['SaveDir']	 = '/etc/phpmyadmin';   // Directory where phpMyAdmin can save exported data
//$cfg['docSQLDir']   = '';				  // Directory for docSQL imports,
//$cfg['TempDir']	 = '/tmp';			  // Directory where phpMyAdmin can save temporary files.

$cfg['UploadDir']	 = $drive.'/etc/phpmyadmin';   // Directory for uploaded files 
$cfg['SaveDir']	   = $drive.'/etc/phpmyadmin';   // Directory where phpMyAdmin can save exported data
$cfg['docSQLDir']	 = $drive.'/etc';			  // Directory for docSQL imports,
$cfg['TempDir']	   = $drive.'/tmp';			  // Directory where phpMyAdmin can save temporary files.

Re-start the servers.

 

All the best

Ric :)

 

Thanks Mate, I will try it and post back here.

  • 1 year later...
  • 5 months later...

A quick solution:

 

At the bottom of the export page

Check the box for “Save as file”

Un-Check the box “Save on server in”

This will force a pop-up allowing you to save the exported data to any location.

 

Truth is it’s a bug! The solution is to edit file:

UniServer\home\admin\www\phpMyAdmin\config.inc.php

 

At the bottom of this page change the last four lines as shown:

I have commented out the originals for reference:

//$cfg['UploadDir']   = '/etc/phpmyadmin';   // Directory for uploaded files 
//$cfg['SaveDir']	 = '/etc/phpmyadmin';   // Directory where phpMyAdmin can save exported data
//$cfg['docSQLDir']   = '';				  // Directory for docSQL imports,
//$cfg['TempDir']	 = '/tmp';			  // Directory where phpMyAdmin can save temporary files.

$cfg['UploadDir']	 = $drive.'/etc/phpmyadmin';   // Directory for uploaded files 
$cfg['SaveDir']	   = $drive.'/etc/phpmyadmin';   // Directory where phpMyAdmin can save exported data
$cfg['docSQLDir']	 = $drive.'/etc';			  // Directory for docSQL imports,
$cfg['TempDir']	   = $drive.'/tmp';			  // Directory where phpMyAdmin can save temporary files.

Re-start the servers.

 

All the best

Ric :(

 

 

sounds good to me. It really helped me out a lot. Thanks

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...

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.