Re: Starting Mysql service.. Problem

2006-07-07 Thread Hansel A. Ortiz
finnally the problem is fixed... after i removed the mysqlserver installationi reinstalled again... and after that start the service.. and everithing was ok..the problem was the permissions on Mysql folder... i dont know why that part had diferent acces so we resolved the problem using # chmod u+w

RE: Starting Mysql service.. Problem

2006-07-07 Thread Jean-Sebastien Pilon
# apt-get remove mysql-server # apt-get --purge mysql-server # apt-get install mysql-server Their might be other packages you want to do the same ;) Mysql-common may be a good candidate well guys the command didn`t work. but the user that the system is

Re: Starting Mysql service.. Problem

2006-07-07 Thread Hansel A. Ortiz
well guysthe command didn`t work.but the user that the system is using for change the permission on the folder i getting denied access... Why?if it is supossed that user have the admin purpose in the service or the database of mysql linux-debian:~# chmod u+w /var/run/mysqldlinux-debian:~# /etc/

RE: Starting Mysql service.. Problem

2006-07-06 Thread Conrad Williams
Try making the directory writable. Don't know why the permissions have been changed, but...    # chmod u+w /var/run/mysqld      dr-xr-xr-x   2 mysql root 4096 2006-07-04 07:30 . ^  this is not writable for the mysql user. 

Re: Starting Mysql service.. Problem

2006-07-06 Thread Sergio Basurto Juarez
"Hansel A. Ortiz" <[EMAIL PROTECTED]> wrote: I continue having the same error, even restarting the service.and i chek the logs.. and there is nothing thereOn 7/5/06, Mirco Piccin < [EMAIL PROTECTED]> wrote:Hi there.So, i solved this problem few time ago in this way: edit /etc/mysql/my.cnfsearch for

Re: Starting Mysql service.. Problem

2006-07-06 Thread Hansel A. Ortiz
the output log i have is thiswith linux-debian:~# cat /var/log/syslog | grep mysqldlinux-debian:~# cat /var/log/syslog | grep mysqldJul  5 10:24:24 linux-debian mysqld_safe[6113]: startedJul  5 10:24:24 linux-debian mysqld[6117]: 060705 10:24:24 Can't start server : Bind on unix socket: Permission

Re: Starting Mysql service.. Problem

2006-07-05 Thread Hansel A. Ortiz
I continue having the same error, even restarting the service.and i chek the logs.. and there is nothing thereOn 7/5/06, Mirco Piccin < [EMAIL PROTECTED]> wrote:Hi there.So, i solved this problem few time ago in this way: edit /etc/mysql/my.cnfsearch for this line:old_passwords  = 1and comment it o

Re: Starting Mysql service.. Problem

2006-07-05 Thread Mirco Piccin
Hi there.So, i solved this problem few time ago in this way:edit /etc/mysql/my.cnfsearch for this line:old_passwords  = 1and comment it out in this way:#old_passwords  = 1Re/start mysql! Hope it helps you!On 7/5/06, Hansel A. Ortiz <[EMAIL PROTECTED]> wrote: hi im having problems starting up the se

Re: Starting Mysql service.. Problem

2006-07-05 Thread Hansel A. Ortiz
n-user@lists.debian.org Subject: Starting Mysql service.. Problem   hi im having problems starting up the service of mysql im using DEBIAN SARGE and im installed mysql via apt-get install mysql-server Starting MySQL database server: mysqld...failed.     Please take a look at the syslog. /usr/bin/mysq

RE: Starting Mysql service.. Problem

2006-07-05 Thread Jean-Sebastien Pilon
Are you trying to start it as an un-privileged user?   From: Hansel A. Ortiz [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 2:26 PM To: debian-user@lists.debian.org Subject: Starting Mysql service.. Problem   hi im having problems starting up the service of

Starting Mysql service.. Problem

2006-07-05 Thread Hansel A. Ortiz
hi im having problems starting up the service of mysqlim using DEBIAN SARGEand im installed mysql via apt-get install mysql-serverStarting MySQL database server: mysqld...failed.    Please take a look at the syslog. /usr/bin/mysqladmin: connect to server at 'localhost' failederror: 'Can't conne