Jump to content

Recommended Posts

Posted

Hi there,

just wanted to ask if the predefined settings for exporting a PW database are recommended or if anything should be changed e.g.:

CTZHpsc.jpg

thanks a lot, cheers

Posted

Looks good to me. I never changed any of the default settings for a simple sql export :)

Cheers

  • Like 2
Posted
I never even go to the advanced settings...The simple export works fine for me..

this is the regular interface for exporting in XAMPP (no option for simple settings)

Posted

What I meant is I use the " Quick - display only the minimal options". I think you are using "Custom - display all possible options"? Below is the screen I see on XAMPP using the Quick Export... :)

post-894-0-30259100-1372535059_thumb.png

Posted

Wouldn't it be simpler to export the database using some PHP script?

I've always thought that to be a better idea.

Why simpler? :)

When transfering a site locally to the server, I'm always using phpmyadmin.

Export all data to a mysql file takes me one minute, importing is just as easy.

I think it doesn't matter how you export your stuff - more important is (if there's no other backup running) to do it at all :)

  • Like 1
Posted

Why simpler? :)

Using phpmyadmin:

1. mywebsite.com

2. go to mywebsite.com/phpmyadmin and select database and click export and click GO.

DONE! :) 

Using php script:

1. mywebsite.com/securebackup

DONE! :) 

NOTE: I've actually been using adminer (http://www.adminer.org/) instead of phpmyadmin. Super tiny script. Fast. Easy ;) 

  • Like 1
Posted

When exporting with PHPMyAdmin, I sometimes have to uncheck the "use extended inserts" in order to get it to import somewhere else. Apparently the maximum query length can vary from server to server, and avoiding extended inserts reduces or eliminates that problem (at the expense of a slightly larger SQL file). 

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...