Click here to Skip to main content
15,920,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I build a program for a hairdresser. it will have a big database.

My client wants to keep everything about his business with it. What concerns me is that he wants to move the database of the hair salon at home and from home in the salon.

My problem is that I do not know which is the safest and relatively quick way to copy the database. copy database folder from server database path or create dumpfile?
Posted
Updated 22-Aug-11 22:01pm
v2
Comments
Simon_Whale 23-Aug-11 4:02am    
What sort of database? is the database on computer in the home or a web server?
dim sar 23-Aug-11 4:28am    
database is local. in home computer and in salon computer
dim sar 23-Aug-11 4:35am    
thank you for your comment

Firstly I would read through this

MySQL Database backup and restore[^]
 
Share this answer
 
Comments
dim sar 23-Aug-11 7:15am    
thank you
'Copy database folder from server' is not an option: use instead myslqdump[^].
 
Share this answer
 
Comments
dim sar 23-Aug-11 7:15am    
thank you

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