error-mysql_upgrade 升级错误

问题描述

mysql_upgrade 升级错误
以下错误:
[root@iptst~]# mysql_upgrade -uadmin -p
Enter password:
Looking for 'mysql' as: mysql
Looking for 'mysqlcheck' as: mysqlcheck
FATAL ERROR: Upgrade failed

解决方案

FATAL ERROR: Upgrade failed

解决方案二:
mysql_upgrade -u root -p 检查是否用root账号进行的操作

解决方案三:
mysql_upgrade -u root -p 检查是否用root账号进行的操作

解决方案四:
Just add the configuration line to your my.cnf At the end add

[mysqlcheck] socket = /dbabcstorage/data/mysql5/mysql.sock

the correct value you can copy in the previous lines of my.cnf

时间: 2024-11-03 17:24:33

error-mysql_upgrade 升级错误的相关文章

升级mysql_upgrade 提示错误FATAL ERROR: Upgrade failed的原因

升级mysql_upgrade 提示错误FATAL ERROR: Upgrade failed的原因 2014年07月25日 10:33 by:老修--走失的镜头盖分类:网站技术 -> mysql 正文我来说两句 用mysql_upgrade 升级mysql的两种错误: 第一种. 提示FATAL ERROR:Upgrade failed 的时候时候输入mysql升级命令并输入密码后出现下面的错误提示: [root@AY1405111111157597d01Z ~]# mysql_upgrade

Error inflating class错误

09-30 23:30:01.968: E/AndroidRuntime(14741): Caused by: java.lang.NoSuchMethodException: WaterBoxView(Context,AttributeSet) 09-30 23:30:01.968: E/AndroidRuntime(14741): at java.lang.Class.getMatchingConstructor(Class.java:643) 09-30 23:30:01.968: E/A

c++-error C2143: 语法错误 : 缺少“;”(在“*”的前面)

问题描述 error C2143: 语法错误 : 缺少";"(在"*"的前面) #ifndef __HELLOWORLD_SCENE_H__#define __HELLOWORLD_SCENE_H__#include ""cocos2d.h""#include ""Box2D/Box2D.h""#include ""SimpleAudioEngine.h"&

安装Win7时出现output error file to错误的原因及解决方

  随着系统安装越来越方便,不少用户都自己手动安装系统,近期有部分用户反映自己的安装win7系统时候出现"output error file to the following locatin"错误提示,那么是什么原因造成的这种错误呢?应该如何解决?小编经过在网上查找资料发现,有五种原因会出现"output error file to"错误提示,下面我们一下吧. 一.可能是在恢复ghost时出现外部出现震动,用户不小心碰到光驱的问题 解决方法:让光驱保持平稳,重新装一

win7系统安装逐鹿工具箱提示“error launching installer”错误怎么办?

  小编今天在安装逐鹿工具想的时候提示"error launching installer"错误,看到这个很是苦恼,不知道大家是不是和小编一样遇到类似的问题呢?小编的电脑系统是win7的,当遇到win7系统安装逐鹿工具箱时,提示"error launching installer"错误怎么办?看看小编给大家分享的解决方法吧! 来看看解决方法吧: 1.上述问题是因为界面语言和非Unicode程序语言不一致导致的 2.点击开始菜单,选择控制面板项打开,如下图: 3.在控

error launching installer错误的解决方法

  小编的电脑系统是win7的,当遇到win7系统安装逐鹿工具箱时,提示"error launching installer"错误怎么办?看看小编给大家分享的解决方法吧! 来看看解决方法吧: 1.上述问题是因为界面语言和非Unicode程序语言不一致导致的 2.点击开始菜单,选择控制面板项打开,如下图: 3.在控制面板页选择"区域和语言"点击打开,如下图: 4.在区域和语言界面,点击管理,查看非Unicode程序语言是否为中文,如果不是,请点击更改系统区域设置,如下

vs2013 c rimer-vs2013 c primer plus 例题 error C2143: 语法错误 :

问题描述 vs2013 c primer plus 例题 error C2143: 语法错误 : 想确认输入的是数字,结果报错 #include <stdio.h>#include <stdlib.h>int get_int(void);int main(void){ int start; start = get_int(); int get_int(void) { int input; char ch; while (scanf(""%d""

ldap-LDAP error code 12 错误

问题描述 LDAP error code 12 错误 我运行ldap查询,报错:javax.naming.OperationNotSupportedException: [LDAP: error code 12 - 0000217A: SvcErr: DSID-0314020F, problem 5010 (UNAVAIL_EXTENSION), data 0 ]; remaining name 'OU=soa,OU=Sites,DC=jlp,DC=cq,DC=com' 在网上找了相关资料,不是

MySQL ERROR 1045 (28000) 错误的解决办法_Mysql

错误现象: ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO)  ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: YES)  windows下,以上两个错误的解决方法,本人亲测有效,现分享解决方案如下:  1.找到配置文件my.ini  ,然后将其打开,可以选择用记事本打开.