[mythtv-users] Webmin is borked

Keith Edmunds kae at midnighthax.com
Wed Aug 25 17:52:50 UTC 2010


On Wed, 25 Aug 2010 11:48:46 -0600, markhsa at gmail.com said:

> Ensure you can log into the db with that username and passwd
> with mysql -u username -p password etc.......

Small, but important, correction: there should be no space between the
"-p" and the password. If there is a space after the "-p", MySQL will
prompt for a password. So you do either:

mysql -u USERNAME -pPASSWORD DATABASENAME

or

mysql -u USERNAME -p DATABASENAME

...and enter the password when prompted.


More information about the mythtv-users mailing list