Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 How do I transfer a database to another computer

Author  Topic 

ayanda83
Starting Member

1 Post

Posted - 2014-03-25 : 01:53:38
Hi everyone, i am new to SQL development. I have designed a database on my laptop using MySQL and now I want to have it set permanently on a server computer that has the same version (i.e. 5.1.16) of the MySQL server running. how do I do this and please explain this to me as you would to a 5 year old child.

Strive for excellence.

ahmeds08
Aged Yak Warrior

737 Posts

Posted - 2014-03-25 : 08:09:08
1.Backup the database on your laptop.
2.Copy the backup file to your server.
3.Restore the backup on your server.

Javeed Ahmed
Go to Top of Page
   

- Advertisement -