Date: Wed, 04 Aug 1999 23:27:24 -0500 From: "Brian V. McGroarty" <bvmcg@pobox.com> To: freebsd-database@freebsd.org Subject: mysql 322 - no socket file Message-ID: <37A912AC.361FAAE9@pobox.com>
index | next in thread | raw e-mail
Am I skipping a step? I'm trying to install and run mysql
#cd /usr/ports/databases/mysql322-server
#make install
#mysql_install_db
#safe_mysqld &
#mysqladmin status
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/tmp/mysql.sock'
exists!
#ls -la /var |grep -in sock
{nothing}
#ps ax |grep -in mysql
59: 7971 p2 I 0:00.01 /bin/sh /usr/local/bin/safe_mysqld
60: 7980 p2 I 0:00.03 /usr/local/libexec/mysqld
--basedir=/usr/local --data
#cat /usr/var/db/mysql/milkymoo.newtoy.com.err
Status information:
Current locks:
key_cache status:
blocks used: 0
not flushed: 0
w_requests: 0
writes: 0
r_requests: 0
reads: 0
handler status:
read_key: 0
read_next: 0
read_rnd 0
read_first: 0
write: 0
delete 0
update: 0
Table status:
Opened tables: 0
Open tables: 0
Open files: 0
Open streams: 0
mysqld started on Wed Aug 4 22:56:07 CDT 1999
/usr/local/libexec/mysqld: ready for connections
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-database" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37A912AC.361FAAE9>
