[Sysadmins] mysql копирование кусков

Vladimir Karpinsky vkarpinsky на mail.ru
Чт Мар 1 17:40:11 MSK 2012


01.03.2012 14:59, Anton Gorlov пишет:
> 01.03.2012 12:49, Vladimir Karpinsky пишет:
>> 01.03.2012 11:57, Anton Gorlov пишет:
>>> или подключать базу от 2 сервера как federated
>>
>> Ещё одно новое слово выучил, спасибо ;-) Во описании сказано, что для
>> использования federated надо пересобирвть mysql. Пересобирать надо со
>> стороны "сервера" или "клиента".
>>
> посмотри- мб и собрано уже с поддержкой этого. поддержка как я понимаю
> должна быть с обоих сторон.. хотя мб и только на сервере куда..

Я попробовал, но не получилось. Таблица создаётся с двумя предупреждениями 
(кстати, где их можно посмотреть?), но select выдаёт пустоту.

Попытка прописать federated в my.cnf приводит к невозможности запуска 
mysqld для Альта (под Солярисом тихо). Ругань такая:

# service mysqld restart
Sending TERM signal to mysqld: 
        [ DONE ]
Waiting, while mysqld actualy stopped: 
        [ DONE ]
Installing all prepared tables
120301 12:56:04 [Warning] '--default-character-set' is deprecated and will 
be removed in a future release. Please use '--character-set-server' instead.
120301 12:56:04 [Note] Plugin 'InnoDB' is disabled.
120301 12:56:04 [ERROR] /usr/sbin/mysqld: unknown option '--federated'
120301 12:56:04 [ERROR] Aborting

120301 12:56:04 [Note] /usr/sbin/mysqld: Shutdown complete

Installation of system tables failed!

Examine the logs in /var/lib/mysql/log for more information.
You can also try to start the mysqld daemon with:
/usr/sbin/mysqld --skip-grant &
You can use the command line tool
/usr/bin/mysql to connect to the mysql
database and look at the grant tables:

shell> /usr/bin/mysql -u root mysql
mysql> show tables

Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in /var/lib/mysql/log that may be helpful.

The latest information about MySQL is available on the web at
http://www.mysql.com
Please consult the MySQL manual section: 'Problems running mysql_install_db',
and the manual section that describes problems on your OS.
Another information source is the MySQL email archive.
Please check all of the above before mailing us!
And if you do mail us, you MUST use the /usr/bin/mysqlbug script!
Adjusting environment for mysqld: 
        [ DONE ]
Starting mysqld service: 
        [ DONE ]

-- 
	С уважением,
		Владимир.


Подробная информация о списке рассылки Sysadmins