ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] mysql - utf8 - не выполняет команду с первого раза
@ 2009-01-19 20:55 Michael Bykov
  2009-01-19 21:30 ` Afanasov Dmitry
  2009-01-20 16:25 ` Nikolay A. Fetisov
  0 siblings, 2 replies; 8+ messages in thread
From: Michael Bykov @ 2009-01-19 20:55 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

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

Господа, вот смотрите,  - MySQL-server is already the newest version.

В файле /var/lib/mysql/my.cnf видим

[mysqld]
init-connect='set names utf8'

но

mysql> show variables like 'char%';

| character_set_client     | latin1
| character_set_connection | latin1
| character_set_results    | latin1


при этом строчка init-connect= set names utf8' отрабатывает, вот видно:

mysql> show variables like 'init%';
| init_connect  | set names utf8 |


дальше даю команду в самом клиенте
mysql> set names utf8;

и результат - правильный!

mysql> show variables like 'char%';

| character_set_client     | utf8                       |
| character_set_connection | utf8                       |
| character_set_database   | utf8                       |


то есть значение из my.cnf сервером обрабатывается, он его принимает к
сведению, но, думает, а, ладно, потом как-нибудь выполню. Но уж если
на него прикрикнуть, то делает. Ну, сервера пошли нынче...

Это как ваще, что тут поделать?

my.cnf прилагаю на всякий случай

М.

[-- Attachment #2: my.cnf --]
[-- Type: application/octet-stream, Size: 579 bytes --]

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

end of thread, other threads:[~2009-01-20 16:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-19 20:55 [sisyphus] mysql - utf8 - не выполняет команду с первого раза Michael Bykov
2009-01-19 21:30 ` Afanasov Dmitry
2009-01-20 13:15   ` Michael Bykov
2009-01-20 13:41     ` Konstantin A. Lepikhov
2009-01-20 14:04       ` Michael Bykov
2009-01-20 14:15         ` Konstantin A. Lepikhov
2009-01-20 16:25 ` Nikolay A. Fetisov
2009-01-20 16:46   ` Michael Bykov

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