Σάββατο 17 Δεκεμβρίου 2011

How to export mysql without using the buggy Workbench!

Today I was trying to export a mysql schema, but it was impossible to do so through the MySQL Workbench due to unexpected error!! Thanks God, there was another more traditional and stable way to do so.. this way was by using the mysqldump command through the command line! The syntax is pretty easy and the whole process much faster than through the MySQL Workbench: mysqldump --user=XXXXXXXX --password=XXXXXXXX --databases DB_NAME --tables TABLE_NAME > backup.sql

Δεν υπάρχουν σχόλια:

LinkWithin

Blog Widget by LinkWithin

Mobile edition