MySQL Forums
Forum List  »  Install & Repo

ERROR: 1136 Column count doesn't match value count at row 1
Posted by: Aaron
Date: May 10, 2007 01:19AM

Hey guys,

I just downloaded the latest generic RPMs for 5.0.41 (as I have always done), but this time the upgrade went like this:

[root@host mysql5041]# rpm -Uvh MySQL-client-5.0.41-0.glibc23.i386.rpm MySQL-devel-5.0.41-0.glibc23.i386.rpm MySQL-server-5.0.41-0.glibc23.i386.rpm MySQL-shared-5.0.41-0.glibc23.i386.rpm
warning: MySQL-client-5.0.41-0.glibc23.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
Preparing... ########################################### [100%]
1:MySQL-shared ########################################### [ 25%]
2:MySQL-client ########################################### [ 50%]
3:MySQL-devel ########################################### [ 75%]
Giving mysqld a couple of seconds to exit nicely
4:MySQL-server ########################################### [100%]
ERROR: 1136 Column count doesn't match value count at row 1
070510 3:13:51 [ERROR] Aborting

070510 3:13:51 [Note] /usr/sbin/mysqld: Shutdown complete

Installation of system tables failed!

Examine the logs in /var/lib/mysql for more information.
You can try to start the mysqld daemon with:
/usr/sbin/mysqld --skip-grant &
and 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 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!
Starting MySQL SUCCESS!
Thank you for installing the MySQL Community Server! For Production
systems, we recommend MySQL Enterprise, which contains enterprise-ready
software, intelligent advisory services, and full production support with
scheduled service packs and more. Visit www.mysql.com/enterprise for more
information.
[root@host mysql5041]# rpm -qa | grep MySQL
MySQL-shared-5.0.41-0.glibc23
MySQL-devel-5.0.41-0.glibc23
MySQL-client-5.0.41-0.glibc23
MySQL-server-5.0.41-0.glibc23
[root@host mysql5041]#


Is there something wrong with the latest release?

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.