Results 1 to 1 of 1
I am trying to run the following script.
Code:
CREATE PROCEDURE sp_select_changelog()
BEGIN
SELECT * FROM sys_changelog_data;
END
But ended getting the following error message.
#1558 - Column count of ...
- 05-27-2010 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 4
MySQL Error: #1558 - Column count of mysql.proc is wrong. Expected 20, found 16.
I am trying to run the following script.
But ended getting the following error message.Code:CREATE PROCEDURE sp_select_changelog() BEGIN SELECT * FROM sys_changelog_data; END
I tried mysql_upgrade but getting the following error.#1558 - Column count of mysql.proc is wrong. Expected 20, found 16. Created with MySQL 50090, now running 50145. Please use mysql_upgrade to fix this error
Please help me, I tried a lot of solutions which I can found but no one is helping.#mysql_upgrade
Looking for 'mysql' as: mysql
Looking for 'mysqlcheck' as: mysqlcheck
sh: -c: line 0: unexpected EOF while looking for matching `''
sh: -c: line 1: syntax error: unexpected end of file
Running 'mysqlcheck' with connection arguments: '--port=3306' '--socket=/tmp/mysql.sock'
sh: -c: line 0: unexpected EOF while looking for matching `''
sh: -c: line 1: syntax error: unexpected end of file
FATAL ERROR: Upgrade failed


Reply With Quote