MySQL Forums
Forum List  »  Newbie

Re: Install and Import a data base
Posted by: Rick James
Date: June 08, 2014 07:14PM

WAMP is a nice package that installs MySQL, PHP, Perl, and Apache. There are other packages like WAMP. You can ignore PHP, etc., and simply use MySQL.

The install will be good enough to get started with.

Find the "commandline mysql" and use it for many things. Or find phpmyadmin, which is a nice UI.

C:\? mysql
mysql> source foobar.sql
mysql> exit

You will now have the .sql file loaded (assuming it is called foobar.sql. You may need a path. It may need / instead of \ for path parts.

phpmyadmin can also do the "LOAD" of the .sql file.

Options: ReplyQuote


Subject
Written By
Posted
Re: Install and Import a data base
June 08, 2014 07:14PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.