Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loading the winestore.database

Status
Not open for further replies.

pamino

Programmer
Joined
May 19, 2000
Messages
3
Location
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top