Bug 34986 - Дописать в подсказку про /usr/sbin/mysqld -C utf8 --skip-grant-tables
Summary: Дописать в подсказку про /usr/sbin/mysqld -C utf8 --skip-grant-tables
Status: CLOSED WORKSFORME
Alias: None
Product: Sisyphus
Classification: Development
Component: MySQL-server (show other bugs)
Version: unstable
Hardware: all Linux
: P3 minor
Assignee: Николай Костригин
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-05 09:00 MSK by Sergey Y. Afonin
Modified: 2018-10-15 16:07 MSK (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Y. Afonin 2018-06-05 09:00:57 MSK
https://forum.altlinux.org/index.php?topic=41570.msg328089#msg328089

Сейчас подсказка выглядит так:

####################################################################
#   You may need database format conversion for correct operation: #
#  Please consider using: /usr/bin/mysql_upgrade according to      #
#  https://dev.mysql.com/doc/refman/5.7/en/upgrading.html          #
####################################################################

Но сам сервер не запускается со старой базой. Написать как-нибудь так:

####################################################################
#   You may need database format conversion for correct operation: #
#  Please consider using: /usr/bin/mysql_upgrade according to      #
#  https://dev.mysql.com/doc/refman/5.7/en/upgrading.html          #
#  You may need to temporary run mysqld by hand for upgrade:       #
#  /usr/sbin/mysqld -C utf8 --skip-grant-tables                    #
####################################################################
Comment 1 Anton Farygin 2018-06-09 09:40:58 MSK
Это уже дописано, но в триггере на версию.
Если считаете нужным - допишите и в основном сообщении.
Comment 2 Anton Farygin 2018-10-15 16:07:16 MSK
надпись есть при обновлении со старой версии.