Forum Moderators: open
Now my client wants some maintenance done on the site - added DB functionality. Unfortunately, my computer crashed 3 months ago and I lost my development database for the site.
So... I did a SQL dump of the live database via myphpadmin. It spit everything into a text file with a .sql extension. I can open the file in note pad and everything is there.
I use SQLyog for DB/Table creation and have never used command line procedures. I have tried the SQLyog import wizard but there's no option to import from a text file with a .sql extension. Have also tried and tried every other "import" type command in SQLyog, but again without any luck.
Can anyone help me with this? Please? Or tell me another way to get the database re-created using this .sql dump file.
Thanks to all in advance,
Neophyte
SQLyog is a graphical front end used to create/alter SQL databases on your LOCAL machine.
What I need is to use this .sql text file to re-create a database on my local machine. I'm sure theres a way SQLyog could do this, I just don't know how.
If there's another way it can be done not using SQLyog, then I'm also happy to try it...just as long as the "other" way isn't too complicated or technical.