On Thursday 15 April 2004 01:00 am, ilich wrote:
> Hello All!
> I have small problem.
> I installed apache2\php4\mysql. Apache and php work fine, but mysql
> doesn't work. When I enter "mysql" to my console it send massage "Can't
> connect to local MySQL server through socket 'tmp/mysql.socket'". As far
> as I Know mysqld doesn't load to memory, but I'm not sure.Please, give me
> any advices and explain me what does mean this massage.
> Thanks, Ivan

After installation, did you:

1. execute:  /usr/local/bin/mysql_install_db
2. execute:  /usr/local/etc/rc.d/mysql-server.sh start

Once you get the administrative tables setup and server started, you will 
still have to invoke the mysql client correctly.  Please see the mysql man 
page and the online documentation:

http://dev.mysql.com/doc/mysql/en/index.html

Best of luck,

Andrew Gould


_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to