Click here to Skip to main content
15,897,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Please help me on importing database
i have developed website with database in wampserver 2.0 and now i want to run this website on IIS i have configure IIS with php and Mysql, it's work perfectly on IIS, but when i import wampserver database file to Mysql from command line
(mysql -u root -p 123 databasename<backup.sql)>
Thanks in Advance
Posted
Comments
Peter_in_2780 30-Jun-10 22:49pm    
What happens when you enter that command line? Anything? Error message?

1 solution

IF you can handle mysql shell command you may try a frond end with export DB option.
 
Share this answer
 

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