Menu

#1 INSTALL file some incorrect command examples

open
None
1
2000-11-20
2000-11-20
No

example:
> mysql -u <root-user> -p < tables-mysql.sql
> mysql -u <root-user> -p < data-mysql.sql
should read:
> mysql -u <root-user> -p your-database < tables-mysql.sql
> mysql -u <root-user> -p your-database < data-mysql.sql
and
> tar cvzf /<path-to-file>/myphpPagetool.tar.gz
should read:
> tar xvzf /<path-to-file>/myphpPagetool.tar.gz

It's corrected in the CVS Tree!

Discussion


Log in to post a comment.

MongoDB Logo MongoDB