Hello, I have huge database on web hosting provider server. I need copy that real database from provider to my local computer.
How can I copy database from provider to my local computer?
How to copy MySQL database from provider?
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: How to copy MySQL database from provider?
SELECT INTO OUTFILE and then LOAD DATA INFILE. Check the manual for the syntax.
(#10850)
Re: How to copy MySQL database from provider?
Hello again. Thanx to all!
Finally I found a solution:
http://www.web-console.org/upload_downl ... eb_server/
Finally I found a solution:
http://www.web-console.org/upload_downl ... eb_server/
-
calfellows
- Forum Newbie
- Posts: 10
- Joined: Mon Apr 07, 2008 3:10 am
Re: How to copy MySQL database from provider?
Download a free program called "Mysql Administrator",
runs from your pc, does auto backups and restores,
queries, the whole nine yards.
Cal
runs from your pc, does auto backups and restores,
queries, the whole nine yards.
Cal