"Joachim Mæland" <jm*****@profine.net> wrote in message
news:pa****************************@profine.net...
On Mon, 12 Apr 2004 07:06:56 -0700, Neo wrote:
It's really strange. I downloaded the latest 4.0.16 RPM from mysql.com
and installed it to my Fedora system, and did *not* do anything else
(Actually I am completely new to mysql).
[..] I ran phpBB2 installation page, got the same error. But it can connect
to mysql using my computer name. Anyone can help???
ps aux | grep mysql
If mysqld's not running; start it...!
root@localhost root]# /etc/init.d/mysql start
Yipe! safe_mysqld, please...
Base problem, it's not PHP that's causing the difficulty, MySQL isn't
running a server. Get a command line MySQL client session going first.
Garp