Elby Vaz schrieb:
hello,

i installed MySQL (server, max and client) for linux but i`m needing of `mysql.sock` file.
some body has?


obs.: what path stays the `my.cnf` file? how do i do to configure it?


eg. rhl8.0


$ rpm -q mysql-server
mysql-server-3.23.54a-4

$ ll /etc/my.cnf;cat /etc/my.cnf
-rw-r--r--    1 root     root          224 Feb 16 19:55 /etc/my.cnf
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
set-variable=thread_stack=256k

[mysql.server]
user=mysql
basedir=/var/lib

[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

--
shrek-m


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to