H He3am Verified User Joined Mar 7, 2013 Messages 95 Dec 14, 2013 #1 hi how can export all data base via ssh? thanks
Richard G Verified User Joined Jul 6, 2008 Messages 14,581 Location Maastricht Dec 14, 2013 #2 You could try something like this: Code: mysqldump -u root -pYOUR-PASSWORD --all-databases > all_databases.sql But I doubt if you really want this.
You could try something like this: Code: mysqldump -u root -pYOUR-PASSWORD --all-databases > all_databases.sql But I doubt if you really want this.
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,884 Location California Dec 16, 2013 #3 More likely OP wants something to export all databases to separate files, in which case he should use a script. Jeff
More likely OP wants something to export all databases to separate files, in which case he should use a script. Jeff