Sunday, August 2, 2009

How do I load databases using WAMP MySQL?

How do I load a database onto mySQL? I'm using WAMP, and I've placed the database named 'world.sql' in c:\





When I type 'use world' in the mysql prompt, it yields 'Unknown database 'world'.


Am I using wrong syntax or do I need additional parameters in order to load the database?

How do I load databases using WAMP MySQL?
1.) you need to know how to import the database. Try this: http://dev.mysql.com/doc/refman/5.0/en/m...





2.)If the importing of the database is successful , try typing this one in the command line.. SHOW DATABASES.. if you see the name of the database you have imported then you can now use it.


No comments:

Post a Comment