From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Virus-Scanned: amavisd-new at localhost From: Ivan Adzhubey To: sisyphus@lists.altlinux.org Date: Mon, 3 Dec 2007 18:33:49 +0300 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200712031833.49488.iadzhubey@rics.bwh.harvard.edu> Subject: [sisyphus] Upgrade problems: (3) MySQL-server X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: ALT Linux Sisyphus discussions List-Id: ALT Linux Sisyphus discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2007 15:33:53 -0000 Archived-At: List-Archive: List-Post: Приветствую! Вылез баг MySQL, который вроде бы уже несколько раз исправлялся (см. ниже). Это только мне повезло или действительно регрессия случилась? # rpm -qa|grep -i mysql-server MySQL-server-5.0.46-alt2 # service mysqld restart Stopping mysqld service: [ DONE ] Installing all prepared tables ERROR: 1136 Column count doesn't match value count at row 1 071203 18:31:41 [ERROR] Aborting 071203 18:31:41 [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 ] --Иван