error: 1064: nach mysql start
Hallo,
ich habe leider das gleiche Problem nach dem mysql start (/suse93/mysql-5.0.45-2)
Hats schon jmd gelöst?
(php5 update hat einwandfrei funktioniert)
Vielen Dank!
Habe mysql-max entfernt , aber danach habe ich bekommen:
(plesk 8.2)
Hallo,
ich habe leider das gleiche Problem nach dem mysql start (/suse93/mysql-5.0.45-2)
Hats schon jmd gelöst?
(php5 update hat einwandfrei funktioniert)
Vielen Dank!
Code:
/mysql5update/suse93/mysql-5.0.45-2 # rpm -Uvh *.rpm
Preparing... ########################################### [100%]
1:libmysqlclient15 ########################################### [ 11%]
2:mysql-client ########################################### [ 22%]
3:mysql warning: /etc/my.cnf saved as /etc/my.cnf.rpmsave
########################################### [ 33%]
4:libmysqlclient_r15 ########################################### [ 44%]
5:libmysqlclient-devel ########################################### [ 56%]
6:mysql-bench ########################################### [ 67%]
7:mysql-debug ########################################### [ 78%]
8:mysql-test ########################################### [ 89%]
9:mysql-tools ########################################### [100%]
insserv: script courier-imap-tune: service courier-authdaemon already provided!
insserv: script courier-imap-tune: service courier-imap already provided!
insserv: script courier-imap-tune: service courier-imap-ssl already provided!
insserv: script courier-imap-tune: service courier-pop3 already provided!
insserv: script courier-imap-tune: service courier-pop3-ssl already provided!
insserv: can not symlink(../vzquota, rc0.d/S08vzquota): File exists
insserv: can not symlink(../vzquota, rc1.d/S08vzquota): File exists
insserv: can not symlink(../vzquota, rc2.d/S08vzquota): File exists
insserv: can not symlink(../vzquota, rc3.d/S08vzquota): File exists
insserv: can not symlink(../vzquota, rc4.d/S08vzquota): File exists
insserv: can not symlink(../vzquota, rc5.d/S08vzquota): File exists
insserv: can not symlink(../vzquota, rc6.d/S08vzquota): File exists
Code:
# /etc/init.d/mysql start
Updating MySQL privilege database...
Looking for 'mysql' in: /usr/bin/mysql
Looking for 'mysqlcheck' in: /usr/bin/mysqlcheck
Running 'mysqlcheck'...
/usr/bin/mysqlcheck: Got error: 1064: You have an error in your SQL syntax; check the manual thaorresponds to your MySQL server version for the right syntax to use near 'FOR UPGRADE' at line 1en executing 'CHECK TABLE ... FOR UPGRADE'
FATAL ERROR: Upgrade failed
failed
Code:mysql_fix_privilege_tables --user=admin --password=`cat /etc/psa/.psa.shadow`
Habe mysql-max entfernt , aber danach habe ich bekommen:
Code:
mysql_fix_privilege_tables --user=admin --password=`cat /etc/psa/.p sa.shadow`
This script updates all the mysql privilege tables to be usable by
the current version of MySQL
Got a failure from command:
cat /usr/share/mysql/mysql_fix_privilege_tables.sql | /usr/bin/mysql --no-defaul ts --force --user=admin --host=localhost --database=mysql
Please check the above output and try again.
Running the script with the --verbose option may give you some information
of what went wrong.
If you get an 'Access denied' error, you should run this script again and
give the MySQL root user password as an argument with the --password= option
(plesk 8.2)
Last edited by a moderator: