Last post Apr 22, 2010 02:22 AM by murugavel1984
Member
20 Points
13 Posts
Apr 21, 2010 06:41 AM|coolysandy|LINK
Hi
Please help me to restore My sql databse on my sql command prompt
thanks
Contributor
2594 Points
578 Posts
Apr 22, 2010 02:11 AM|Jalpesh P. Vadgama|LINK
Hi,
This is a asp.net forums and this is not right place to ask this question. But here is the link that may help you.
http://www.webcheatsheet.com/SQL/mysql_backup_restore.php
Cheers,
90 Points
26 Posts
Apr 22, 2010 02:22 AM|murugavel1984|LINK
Hi Use the below command to restore mysql db in command prompt.
Go to bin directory of ur mysql in command prompt.
From there type the below command
mysql -u [username] -p[password] [databasename]<[full path of dump file]
it will restore yor mysql DB.
Note: The database should be created before restore.
MySql restore
Member
20 Points
13 Posts
How to restore My sql database
Apr 21, 2010 06:41 AM|coolysandy|LINK
Hi
Please help me to restore My sql databse on my sql command prompt
thanks
Contributor
2594 Points
578 Posts
Re: How to restore My sql database
Apr 22, 2010 02:11 AM|Jalpesh P. Vadgama|LINK
Hi,
This is a asp.net forums and this is not right place to ask this question. But here is the link that may help you.
http://www.webcheatsheet.com/SQL/mysql_backup_restore.php
Cheers,
Microsoft MVP(Visual C#),Computer Geek,Lifelong Learner
My Technology Blog : www.dotnetjalps.com
Mark as answer if my anwers helps you
Member
90 Points
26 Posts
Re: How to restore My sql database
Apr 22, 2010 02:22 AM|murugavel1984|LINK
Hi Use the below command to restore mysql db in command prompt.
Go to bin directory of ur mysql in command prompt.
From there type the below command
mysql -u [username] -p[password] [databasename]<[full path of dump file]
it will restore yor mysql DB.
Note: The database should be created before restore.
MySql restore
??. ?????????
Software Engineer|Zylog Systems