ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] MySQL - где руки кривые?
@ 2002-10-31 14:06 Peter V. Saveliev
  2002-10-31 18:16 ` Anton Farygin
  2002-11-01 11:04 ` "Андрей В. Кулешов"
  0 siblings, 2 replies; 5+ messages in thread
From: Peter V. Saveliev @ 2002-10-31 14:06 UTC (permalink / raw)
  To: sisyphus

Hello!

[root@ap001 root]# service mysqld start
Adjusting environment for mysqld:                                      [  OK  ]
Starting mysqld:                                                       [  OK  ]
[root@ap001 root]# mysql -u root -h localhost -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 3.23.53-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> exit
Bye
[root@ap001 root]# 

...

[peet@admin2 peet]$ mysql -u root -h 192.168.212.7 -p
Enter password: 
ERROR 2013: Lost connection to MySQL server during query

...

[root@ap001 root]# mysql -u root -h localhost -p
Enter password: 
ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)
[root@ap001 root]# ps -ax | grep -i sql | grep -v grep ; echo $?
1


Если честно, совсем не врубился. Ну да, юзер root@admin2 не определен.
Но повод ли это вылетать?

MySQL последний из Сизифа.

-- 
Sincerely,
Peter V. Saveliev

E-mail: peet@eltel.net
Jabber: peet@jabber.ru


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] MySQL - где руки кривые?
  2002-10-31 14:06 [sisyphus] MySQL - где руки кривые? Peter V. Saveliev
@ 2002-10-31 18:16 ` Anton Farygin
  2002-10-31 18:51   ` Peter V. Saveliev
  2002-11-01 11:04 ` "Андрей В. Кулешов"
  1 sibling, 1 reply; 5+ messages in thread
From: Anton Farygin @ 2002-10-31 18:16 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 1157 bytes --]

Привет,

система должна быть обновлена полностью. В частность - обязательно libc.

Rgds,
Rider


Peter V. Saveliev пишет:

>Hello!
>
>[root@ap001 root]# service mysqld start
>Adjusting environment for mysqld:                                      [  OK  ]
>Starting mysqld:                                                       [  OK  ]
>[root@ap001 root]# mysql -u root -h localhost -p
>Enter password: 
>Welcome to the MySQL monitor.  Commands end with ; or \g.
>Your MySQL connection id is 1 to server version: 3.23.53-log
>
>Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
>
>mysql> exit
>Bye
>[root@ap001 root]# 
>
>...
>
>[peet@admin2 peet]$ mysql -u root -h 192.168.212.7 -p
>Enter password: 
>ERROR 2013: Lost connection to MySQL server during query
>
>...
>
>[root@ap001 root]# mysql -u root -h localhost -p
>Enter password: 
>ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)
>[root@ap001 root]# ps -ax | grep -i sql | grep -v grep ; echo $?
>1
>
>
>Если честно, совсем не врубился. Ну да, юзер root@admin2 не определен.
>Но повод ли это вылетать?
>
>MySQL последний из Сизифа.
>
>  
>


[-- Attachment #2: Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] MySQL - где руки кривые?
  2002-10-31 18:16 ` Anton Farygin
@ 2002-10-31 18:51   ` Peter V. Saveliev
  2002-10-31 19:15     ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Peter V. Saveliev @ 2002-10-31 18:51 UTC (permalink / raw)
  To: sisyphus

On Thu, 31 Oct 2002 21:16:11 +0300
Anton Farygin <rider@altlinux.com> wrote:

> Привет,
> 
> система должна быть обновлена полностью. В частность - обязательно libc.
> 
> Rgds,
> Rider

Ясно, спасибо. Зависимость бы поставить.


-- 
Sincerely,
Peter V. Saveliev

E-mail: peet@eltel.net
Jabber: peet@jabber.ru


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] MySQL - где руки кривые?
  2002-10-31 18:51   ` Peter V. Saveliev
@ 2002-10-31 19:15     ` Dmitry V. Levin
  0 siblings, 0 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2002-10-31 19:15 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

[-- Attachment #1: Type: text/plain, Size: 303 bytes --]

On Thu, Oct 31, 2002 at 09:51:53PM +0300, Peter V. Saveliev wrote:
> > система должна быть обновлена полностью. В частность - обязательно libc.
> > 
> Ясно, спасибо. Зависимость бы поставить.

Скажем так: в Сизифе были версии glibc, с которыми mysql вел себя именно
так, как было вами описано.


--
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] MySQL - где руки кривые?
  2002-10-31 14:06 [sisyphus] MySQL - где руки кривые? Peter V. Saveliev
  2002-10-31 18:16 ` Anton Farygin
@ 2002-11-01 11:04 ` "Андрей В. Кулешов"
  1 sibling, 0 replies; 5+ messages in thread
From: "Андрей В. Кулешов" @ 2002-11-01 11:04 UTC (permalink / raw)
  To: sisyphus

Peter V. Saveliev пишет:
[skip]

> [root@ap001 root]# mysql -u root -h localhost -p
> Enter password: 
> ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)
Как-то однажды у меня случилось так, что Apache не мог 
достучаться до MySQL именно из-за того, что отсутствовали права 
на чтение файла сокета

[skip]

-- 

С уважением,  Андрей Кулешов



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-11-01 11:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-31 14:06 [sisyphus] MySQL - где руки кривые? Peter V. Saveliev
2002-10-31 18:16 ` Anton Farygin
2002-10-31 18:51   ` Peter V. Saveliev
2002-10-31 19:15     ` Dmitry V. Levin
2002-11-01 11:04 ` "Андрей В. Кулешов"

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git