[mythtv-users]Help needed -- cant run setup on Mandrake 9.1, getting qt-MySQL error

Bryan Murphy bryan at terralab.com
Sun Jul 6 11:52:47 EDT 2003


Correct me if I'm wrong, but don't you guys want:

mysql -u root -p < mc.sql

?

You need to pipe mc.sql INTO the mysql program.  What you're doing there 
is piping the output of mysql into the file mc.sql, overwriting whatever 
is in it and not making any changes to the database.

Bryan

>
>> I have run the mysql -u root > mc.sql
>
>
> Try: mysql -u root -p > mc.sql
>
> Should prompt for the password.
>
> -jm
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at snowman.net
> http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users
>




More information about the mythtv-users mailing list