Hello,
I'm running MySQL on a Windows 2000. It works fine.
I'm reading the "Web Database Applications with PHP and MySQL" by Hugh E. Williams & David Lane. I downloaded the winestore.database as zip file and unzipped it (file name = winestore.database). The book only has instructions on how to load the database in Unix. It looks straight forward
/usr/local/bin/mysql -uusername -ppassword < winestore.database
I copied the winestore.database to c:\MySql (and c:\MySql\bin) and run:
c:\mysql\mysql -uusername -ppasword < winestore.database
It takes a few seconds, no error, but the database is not loaded.
Any help with this is appreciatted.
Thanks - Edi
I'm running MySQL on a Windows 2000. It works fine.
I'm reading the "Web Database Applications with PHP and MySQL" by Hugh E. Williams & David Lane. I downloaded the winestore.database as zip file and unzipped it (file name = winestore.database). The book only has instructions on how to load the database in Unix. It looks straight forward
/usr/local/bin/mysql -uusername -ppassword < winestore.database
I copied the winestore.database to c:\MySql (and c:\MySql\bin) and run:
c:\mysql\mysql -uusername -ppasword < winestore.database
It takes a few seconds, no error, but the database is not loaded.
Any help with this is appreciatted.
Thanks - Edi