Solucion 1
#safe_mysqld &
#mysql
#mysql_install_db
#chown -R mysql.mysql /var/lib/mysql
#safe_mysqld &


Solucion 2
#mysql_install_db
#exit
/#etc/rc.d/rc.mysqld start

Solucion 3
# mysql_install_db
# chown -R mysql.mysql /var/lib/mysql



[EMAIL PROTECTED] napisał(a):
> My MySQL installation does not have a mysql.sock
> file(it is not anywhere in my system).So,when I
> try to connect to the mysql server the connection
> fails.My Debian system when starting shows that
> mysql server is starting,when stopping shows that
> mysql server is stopping.The installation was done
> with aptitude.

In the default debian mysql instalation, server creates socket in
/var/run/mysqld/mysqld.sock


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to