Click here to Skip to main content
15,912,756 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to copy all tables i.e whole database with its contains to other computer. i did it through mysql workbench export import. i did export then exported file copied on other computer and there i import those files it import successfully but not showing that database, what is problem? or we have to do something more? to where it is located?
Posted
Updated 17-Aug-15 19:20pm
v2

1 solution

The Export/Import wizard can be used to export a single table and then import it back. Just make sure that
- you select all columns
- you select the data to be included
- export to local machine
- when importing select the create new table
- and repeat this for all tables

For more information refer to 6.5.1 Table Data Export and Import Wizard[^]

Another approach could be to use backup/restore, see 6.7.3 Backup Recovery[^]
 
Share this answer
 
Comments
ven.in 18-Aug-15 5:20am    
when table contain 60-80 columns and number of rows then this is not work it is giving error. for small table it works. thanx for reply...plz tell what to do with large size table
Wendelius 18-Aug-15 5:37am    
What error do you get?
ven.in 18-Aug-15 6:27am    
there are two task performed
1)prepare to export
2)export data to file

on second task it is giving error
A task has failed executing
Wendelius 18-Aug-15 15:22pm    
Is there nothing else in the error message?

When the error has occurred, have a look at the file, was it created or not and if it was, what does it contain?
ven.in 18-Aug-15 6:54am    
plz relpy soon its urjent

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900