ok, I've been reading the threads about mysql and ssh. What is the difference between running mysql dump from the command line and using the dump feature in phpmyAdmin?
| SitePoint Sponsor |
ok, I've been reading the threads about mysql and ssh. What is the difference between running mysql dump from the command line and using the dump feature in phpmyAdmin?
rayne
www.wifetalks.com
mysqldump works and phpMyAdmin doesn't.![]()
![]()
![]()
- Matt
Dr.BB - Highly optimized to be 2-3x faster than the "Big 3."
"Do not enclose numeric values in quotes -- that is very non-standard and will only work on MySQL." - MattR
Could you explain further? I've used the dump in phpMyAdmin and I was able to run that same script on another database to re-create the table...it worked like a charm. So I don't understand what the difference is...does it generate different script?
rayne
www.wifetalks.com
try it with a 50MB+ database.i've also seen phpMyAdmin mess up quotes in the data (not escaping them correctly), which is unacceptable. mysqldump works every time, the first time.
using it, and mysql to import, is just a lot more efficient than using phpMyAdmin, too -- especially as the database gets bigger.
Bookmarks