Here's my my.cnf file..
[mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock set-variable = key_buffer = 16M set-variable = table_cache = 128 set-variable = sort_buffer = 2M set-variable = myisam_sort_buffer_size = 8M [mysql.server] user=mysql basedir=/var/lib [safe_mysqld] err-log=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid I haven't had time to check the options within the database yet.. But.. Is there anything that should be here that isn't? > From: George Nassas <[EMAIL PROTECTED]> > Reply-To: Discussion about mythtv <[email protected]> > Date: Fri, 1 Jul 2005 10:18:02 -0400 > To: Discussion about mythtv <[email protected]> > Subject: Re: [mythtv-users] Frontends can't find database, can't connect > > On 1-Jul-05, at 10:10 AM, Jason Werpy wrote: > >> Make sure you /etc/mysql/my.cnf file does not have skip-networking set >> as an option or it will disable any network access no matter what your >> database has for permissions. > > Another place to look is bind_address in my.cnf. If the server is only > listening on localhost then it'll never hear the network clients. > Change it to your server's IP number. > > - George > > _______________________________________________ > mythtv-users mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
