You are here: TWiki > Guides Web > Database r1 - 24 Jul 2006 - 04:55 - JesseSuen


Start of topic | Skip to actions

Quick tips

DBDesigner

Open source visual database designer for MySQL? for Windows and Linux KDE/Gnome:

Importing/Exporting database

Importing:
mysql -u <username> -p <databasename> < dumpfile.sql
Exporting:
mysqldump -u <username> -p <databasename> > dumpfile.sql

-- JesseSuen - 24 Jul 2006

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback