Page 1 of 1

how to createe ....

Posted: Fri Dec 05, 2003 9:27 am
by kujtim
I have transfered uploaded site in my desctop the site contain a file (db_name.sql) how can I put this datas which are in the file on my mysql in my computer........

If you understand please help me...............

Posted: Fri Dec 05, 2003 9:38 am
by Draco_03
You ll need to install mysql on your computer... i suggest you easyphp.. go at http://www.easyphp.org
it s really easy to use..
install it and then put your uploaded site in your
c:\program files\easyphp\www\

or wherever you install easyphp... it comes with phpmyadmin.. so you can setup mysql (it will creat a folder named mysql)...

i dunno if it helped...

Posted: Fri Dec 05, 2003 11:09 am
by microthick
kujtim:

At the MySQL console, run this command:

mysql database_name < mytables.sql

You'll also probably need to include -u and -p to specify username and password.