Closed (fixed)
Project:
Amazon items
Version:
4.5.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Anonymous (not verified)
Created:
12 Feb 2005 at 21:21 UTC
Updated:
18 Feb 2005 at 19:00 UTC
INSTALL.txt
mysql --user=user -ppassword database < amazon_items.mysql
This is wrong. The correct is:
mysql --u user -p database < amazon_items.sql
Comments
Comment #1
slower commentedThanks!
Fixed in CVS.
Comment #2
slower commentedComment #3
slower commented