Bug 24135 - ошибки при обновлении
Summary: ошибки при обновлении
Status: CLOSED DUPLICATE of bug 24136
Alias: None
Product: Sisyphus
Classification: Development
Component: MySQL-server (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Vitaly Kuznetsov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-22 11:48 MSD by Anton Farygin
Modified: 2010-09-22 12:05 MSD (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 Anton Farygin 2010-09-22 11:48:50 MSD
с версии 5.0 на 5.1:
5: MySQL-server                           ################################################################################################### [ 71%]
Sending TERM signal to mysqld: [ DONE ]
Waiting, while mysqld actualy stopped:[ DONE ]
Installing all prepared tables
100922 11:45:40 [Note] Plugin 'InnoDB' is disabled.
100922 11:45:40 [ERROR] /usr/sbin/mysqld: unknown option '--skip-bdb'
100922 11:45:40 [ERROR] Aborting

100922 11:45:40 [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 ]
Sending TERM signal to mysqld: Service mysqld is not running.[PASSED]
Waiting, while mysqld actualy stopped:[ DONE ]
Installing all prepared tables
100922 11:45:40 [Note] Plugin 'InnoDB' is disabled.
100922 11:45:40 [ERROR] /usr/sbin/mysqld: unknown option '--skip-bdb'
100922 11:45:40 [ERROR] Aborting

100922 11:45:40 [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 ]
Service mysqld is already running.[PASSED]
Comment 1 Vitaly Kuznetsov 2010-09-22 12:05:36 MSD
duplicate 24136

*** This bug has been marked as a duplicate of bug 24136 ***