Hi everyone,
Im using XAMPP to test impex locally, however have run into a problem when trying to import my SQL DB into there.
It is too large.
Reading up on here, I found the following information:
I have navigated to the Bin file for the sql file.Copy the files to where ever the MySQL bin directory is, by default I believe its :
C:\Program Files\xampp\mysql\bin
Use phpMyAdmin (xampp comes with phpMyAdmin) and create two databases :
http://localhost/phpmyadmin/
source and target.
Open up a DOS prompt and cd to C:\Program Files\xampp\mysql\bin.
Then load the files using the command line via the DOS window (much better for big files that phpMyAdmin) :
mysql source < source.sql
mysql target < target.sql
depending on what your source.sql and target.sql file names actually are.
for that last part. ie.
msql source etc.
Do I use the copy in DOS? Im a little confused with that last part of the instruction.
My source file is:
mlptpne_phpbb1.sql
I created a Database in xampp called phpbb ( so that would be my target? )
what do I type into the command line?
Many thanks
Terrie
EDIT: Ive been trying to work out how to do this .
Here is what I have, the command seems to be ok, but now I am getting an error
Here is what Im seeing:
Can anyone help? Im stuck at this point.
Thanks so much![]()
Last edited by SSandgirls; Sun 6th May '07 at 8:37pm. Reason: change





Reply With Quote

Bookmarks