[mythtv-users] New install and my problmes.

David Campbell dave at cpfc.org
Fri Feb 2 16:32:19 UTC 2007


Damian Surr wrote:
> No output for the first two and the bind address for the last one:
> 
> damian at MythBox:~$ netstat -an | grep 3306
> damian at MythBox:~$ ps auxww | grep mysqld | grep -v grep
> damian at MythBox:~$ grep -i bind-address /etc/mysql/my.cnf
> #  bind-address         = 127.0.0.1
> damian at MythBox:~$
> 
> Does this offer any clues?
> I really appreciate the help!

This *proves* mysqld is not running

/etc/init.d/mysql start

Then you should get an output from netstat -an | grep 3306 and ps auxww 
| grep mysqld | grep -v grep

Then try

mysql -u mythtv -p mythconverg

and using either mythtv or the output of

sudo grep DBPassword /usr/share/mythtv/mysql.txt | cut -d = -f 2

as the password

Dave



More information about the mythtv-users mailing list