Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2004 21:37:57 -0800
From:      Saint Aardvark the Carpeted <aardvark@saintaardvarkthecarpeted.com>
To:        Eric F Crist <ecrist@adtechintegrated.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: MySQL 4.x questions...
Message-ID:  <20040130053757.GW3224@hardesty.saintaardvarkthecarpeted.com>
In-Reply-To: <200401292328.20454.ecrist@adtechintegrated.com>
References:  <200401292328.20454.ecrist@adtechintegrated.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Eric F Crist disturbed my sleep to write:
Content-Description: signed data
> I installed MySQL server 4.1.0_1 to support the PostNuke CMS and the phpBB 
> bulletin board system.  For the life of me, I can't get a database setup for 
> either of them to use.  Both users groups tell me that there's a mysql 
> problem with configuration.  Here are the errors:

Hm...if I had to guess, I'd say that either MySQL isn't running, or
phpBB/PostNuke haven't been configured correctly.

Try "ps auxw | grep mysql" and make sure it's running.  If not, the
start script should be /usr/local/etc/rc.d/mysql.sh (I think).

Try connecting to it using the mysql client and the MySQL user name and
password you've set up for your programs:

	$ mysql -u [MySQL user name] -p [database name]
	Password: *****

Finally, check the configuration for your programs and MySQL.  Is phpBB
trying to connect via TCP/IP?  If so, is MySQL set up to listen via
TCP/IP, or is it only on a file socket?  What about basics like the user
name and password?

Hope that helps...let me know how it turns out.

Hugh
-- 
Saint Aardvark the Carpeted
aardvark@saintaardvarkthecarpeted.com
Because the plural of Anecdote is Myth.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040130053757.GW3224>