[mythtv-users] Myth Ology wilsonnet.com HowTo-- Updates if using Fedora 7 and ATRpms without the mythtv-suite choice

Jason Marshall marshalj at spots.ab.ca
Mon Oct 22 15:45:10 UTC 2007


> # mysql -u root mysql
> mysql> UPDATE user SET Password=PASSWORD('ROOT_PWD') WHERE user='root';
> mysql> FLUSH PRIVILEGES;
> mysql> quit;
>
> (I added semi colon after quit.  mysql won't exit by pressing "Enter" 
> without the semicolon.)
>
>   

Sure it will.  "quit" isn't a SQL command, it's a command for the mysql 
interactive shell.  Other commands that don't need a ; at the end 
include "use", "help", and "exit" to name a few.

Jason



More information about the mythtv-users mailing list