[mythtv-users] Re: Still having problems with ./setup

Don Brett dlbrett at zoominternet.net
Sun Nov 14 14:31:12 UTC 2004


>
> I havent a clue as to what this 'password: YES' is since I havent set
> any passwords for anyone.
>
> Again, what am I missing?

This may help.  From:

http://www.mythtv.org/docs/mythtv-HOWTO-6.html

, when you ran this:
$ mysql -u root < mc.sql

It included this line:

GRANT ALL ON mythconverg.* TO mythtv at localhost IDENTIFIED BY "mythtv";

, which sets the user as mythtv at localhost and the password as mythtv.  You can try to access the mysql client manually to test it with:

#mysql -umythtv -pmythtv

, which should let you into the client, and give you a prompt, which looks like:

mysql>

, then try something, like:

mysql>show databases;

, and it should look like:

mysql> show databases;
+-------------+
| Database    |
+-------------+
| mythconverg |
| test        |
+-------------+
2 rows in set (0.01 sec)

mysql>

, then use quit to exit the client:

mysql>quit
#

If this exercise doesn't work, then the programs that fill the database won't work.  Good luck,
Don








More information about the mythtv-users mailing list