首页 最新文章网站数据库MYSQL正文

「实战笔记」mysql表修复实战

#./mysqlcheck -u root -p table --auto-repair

mysql: Unknown OS character set 'GB18030'. 

mysql: Switching to the default character set 'latin1'. 

MySQL ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

#vi /etc/profile 

export LC_ALL="C"

export LANG="zh_CN.UTF-8"

#source /etc/profile 

#service mysqld stop

#service mysqld start --skip-grant-tables

#mysql -u root mysql

mysql>UPDATE user SET Password=PASSWORD('123456') where USER='root';

mysql> FLUSH PRIVILEGES;

#service mysqld restart

./mysqlcheck -u root -p table --auto-repair

……

table.zsshopconfig                     OK

table.zsstore                          OK

table.zwinstance                       OK

table.zwstep                           OK

table.zwworkflow                       OK

Repairing tables

table.??

Error    : Table 'table.??' doesn't exist

status   : Operation failed

table.ldtaskrunlog

warning  : Number of rows changed from 7 to 8

status   : OK

table.sdcacheerroermail

warning  : Number of rows changed from 629 to 630

status   : OK

[root@test bin]


©️公众号:思考者文刀

评论

百度搜索

站点信息

  • 文章总数:436
  • 页面总数:9
  • 分类总数:30
  • 标签总数:924
  • 评论总数:517
  • 浏览总数:1806880
觉得有用就打赏吧
关注本站公众号,享受更多服务!
联系方式
合作微信:itker0110
新媒体:Excel加油站(抖音/小红书/哔哩/头条)
公众号:左手Excel右手VBA
知乎:Excel其实很简单
Copyright2015-2024.Powered by ©️云水客 | 网站地图 | 辽ICP备14000512号-5
您是本站第952名访客 今日有0篇新文章