mysql数据库被攻击怎么恢复数据

mysql数据库被攻击怎么恢复数据,第1张

 解决方法一:

一些库可以保留30天的备份。主库的Binlog保留时间为7天,可以从库备份拿出来恢复,然后通过主库的Binlog通过时间段来筛选出时间段所有更改的一些数据。或者通过其他方法慢慢将这部分数据找出来。一定得先找备份及时间点在备份的从库上检查备份,通过确定时间点可以查看备份文件进行恢复。

具体恢复 *** 作:

1.从备份机拷贝备份

2.恢复测试机解压

3.恢复测试机导入

4.将主库的Binlog拷贝到恢复测试机

5.使用MySQLBinlog 生成SQL脚本

6.Binlog生成的SQL脚本导入

7.导入完成后检查数据正确性

解决方法二:

联系专业的资料恢复公司进行恢复。在数据局遭到攻击在没有备份或者无法恢复的情况下,由于资料恢复的复杂性专业性,如果擅自 *** 作可能会使得数据库遭受无法恢复的灾难。这时候为了避免出现更大的损失,我们应该停止 *** 作,以免造成数据的二次破坏。这时候应该第一时间联系专业的资料恢复公司进行处理。

其实,mysql中黑色的界面是系统中某种字体造成的。是提醒你字体兼容出现了问题。如果你的系统中没有Segoe字体,或者不是新版本的Segoe字体才会导致这种CDR菜单出现mysql黑框框的问题。

orelDraw新版本采用了新的Segoe符号字体。

知道问题原因,就好解决了。

Coreldraw菜单黑框框/黑块解决办法

1、下载文末的Segoe UI Symbol字体。

2、解压后,双击打开Segoe UI Symbol字体文件,点击安装,然后重启电脑,正常情况这时候CDR菜单应该正常了。

注:保险起见,建议安装后进入系统的字体文件夹,打开Segoe UI Symbol字体,看看其版本号是否为6.22。如果版本号不是6.22,那应该是没安装成功。

可以尝试先删除Segoe UI Symbol字体,再安装新版本,如果该字体无法直接被删除,那只能进PE系统中删除了。

Coreldraw菜单黑框框/黑块解决办法

进入文件下载页面丨默认解压密码:www.epinv.com

一早起来,发现数据目录下的mysql文件全部消失,一声冷汗,怎么回事!!???被黑了,还是因为前两天重启服务器导致mysql数据丢失???这是怎么回事,上网看看怎么解决,没找到解决方案!!!!看看mysql服务是不是开启的,

[root@pacteralinux mysql]# ps -ef|grep mysql

root 5379 4291 0 13:10 pts/000:00:00 grep mysql

[root@pacteralinux mysql]# service mysqld start

Starting MySQL..The server quit without updating PID file (/mnt/resource/mysqldate/pacteralinux.pid).[FAILED]

靠,服务关闭,而且启动不了!看日志:

131126 13:10:57 mysqld_safe Starting mysqld daemon with databases from /mnt/resource/mysqldate

2013-11-26 13:10:58 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).

2013-11-26 13:10:58 5650 [Note] Plugin 'FEDERATED' is disabled.

/usr/local/mysql/bin/mysqld: Table 'mysql.plugin' doesn't exist

2013-11-26 13:10:58 5650 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.

2013-11-26 13:10:58 5650 [Note] InnoDB: The InnoDB memory heap is disabled

2013-11-26 13:10:58 5650 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins

2013-11-26 13:10:58 5650 [Note] InnoDB: Compressed tables use zlib 1.2.3

2013-11-26 13:10:58 5650 [Note] InnoDB: Not using CPU crc32 instructions

2013-11-26 13:10:58 5650 [Note] InnoDB: Initializing buffer pool, size = 128.0M

2013-11-26 13:10:58 5650 [Note] InnoDB: Completed initialization of buffer pool

2013-11-26 13:10:58 5650 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!

2013-11-26 13:10:58 5650 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB

2013-11-26 13:10:58 5650 [Note] InnoDB: Database physically writes the file full: wait...

2013-11-26 13:10:58 5650 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB

2013-11-26 13:10:58 5650 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB

2013-11-26 13:10:58 5650 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0

2013-11-26 13:10:58 5650 [Warning] InnoDB: New log files created, LSN=45781

2013-11-26 13:10:58 5650 [Note] InnoDB: Doublewrite buffer not found: creating new

2013-11-26 13:10:58 5650 [Note] InnoDB: Doublewrite buffer created

2013-11-26 13:10:58 5650 [Note] InnoDB: 128 rollback segment(s) are active.

2013-11-26 13:10:59 5650 [Warning] InnoDB: Creating foreign key constraint system tables.

2013-11-26 13:10:59 5650 [Note] InnoDB: Foreign key constraint system tables created

2013-11-26 13:10:59 5650 [Note] InnoDB: Creating tablespace and datafile system tables.

2013-11-26 13:10:59 5650 [Note] InnoDB: Tablespace and datafile system tables created.

2013-11-26 13:10:59 5650 [Note] InnoDB: Waiting for purge to start

2013-11-26 13:10:59 5650 [Note] InnoDB: 5.6.14 startedlog sequence number 0

2013-11-26 13:10:59 5650 [Note] Server hostname (bind-address): '*'port: 3306

2013-11-26 13:10:59 5650 [Note] IPv6 is available.

2013-11-26 13:10:59 5650 [Note] - '::' resolves to '::'

2013-11-26 13:10:59 5650 [Note] Server socket created on IP: '::'.

2013-11-26 13:10:59 5650 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist

131126 13:10:59 mysqld_safe mysqld from pid file /mnt/resource/mysqldate/pacteralinux.pid ended

[ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist:

表初始化没做好不管,下意识的删除日志看下能不能重启

1234567891011 [root@pacteralinux mysqldate]# ll

total 110640

-rw-rw----. 1 mysql mysql 56 Nov 25 17:17 auto.cnf

-rw-rw----. 1 mysql mysql 12582912 Nov 26 13:15 ibdata1

-rw-rw----. 1 mysql mysql 50331648 Nov 26 13:15 ib_logfile0

-rw-rw----. 1 mysql mysql 50331648 Nov 26 13:10 ib_logfile1

-rw-rw----. 1 mysql root39056 Nov 26 13:15 pacteralinux.err

[root@pacteralinux mysqldate]# rm ib*

rm: remove regular file `ibdata1'? y

rm: remove regular file `ib_logfile0'? y

rm: remove regular file `ib_logfile1'? y

不行,网上看看能不能恢复数据,无解决方案!!

幸好这时一个mysql从服务器(我做了一个主从mysql热备份)!!!没办法,数据恢复不了就重新在复制一份吧!

上述步骤后还是不能启动数据

试试重新初始化:

[root@pacteralinux mysqldate]# /usr/local/mysql/scripts/mysql_install_db --user=mysql --basedir=/usr/local/mysql/data/ --datadir=/mnt/resource/mysqldate/

FATAL ERROR: Could not find ./bin/my_print_defaults

If you compiled from source, you need to run 'make install' to

copy the software into the correct location ready for operation.

If you are using a binary release, you must either be at the top

level of the extracted archive, or pass the --basedir option

pointing to that location.

[root@pacteralinux mysqldate]# cd /usr/local/mysql/bin/

[root@pacteralinux mysql]# /usr/local/mysql/scripts/mysql_install_db --user=mysql --no-defaults

Installing MySQL system tables...2013-11-26 13:20:42 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).

2013-11-26 13:20:42 6036 [Note] InnoDB: The InnoDB memory heap is disabled

2013-11-26 13:20:42 6036 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins

2013-11-26 13:20:42 6036 [Note] InnoDB: Compressed tables use zlib 1.2.3

2013-11-26 13:20:42 6036 [Note] InnoDB: Not using CPU crc32 instructions

2013-11-26 13:20:42 6036 [Note] InnoDB: Initializing buffer pool, size = 128.0M

2013-11-26 13:20:42 6036 [Note] InnoDB: Completed initialization of buffer pool

2013-11-26 13:20:42 6036 [Note] InnoDB: Highest supported file format is Barracuda.

2013-11-26 13:20:42 6036 [Note] InnoDB: 128 rollback segment(s) are active.

2013-11-26 13:20:42 6036 [Note] InnoDB: Waiting for purge to start

2013-11-26 13:20:42 6036 [Note] InnoDB: 5.6.14 startedlog sequence number 1600607

2013-11-26 13:20:42 6036 [Warning] InnoDB: Cannot open table mysql/innodb_table_stats from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.

ERROR: 1146 Table 'mysql.innodb_table_stats' doesn't exist

2013-11-26 13:20:42 6036 [ERROR] Aborting

2013-11-26 13:20:42 6036 [Note] Binlog end

2013-11-26 13:20:42 6036 [Note] InnoDB: FTS optimize thread exiting.

2013-11-26 13:20:42 6036 [Note] InnoDB: Starting shutdown...

2013-11-26 13:20:44 6036 [Note] InnoDB: Shutdown completedlog sequence number 1600617

2013-11-26 13:20:44 6036 [Note] ./bin/mysqld: Shutdown complete

初始化不了,,删除之前初始化的文件试试

[root@pacteralinux data]# ll

total 12

drwx------. 2 mysql mysql 4096 Sep 25 12:27 mysql

drwx------. 2 mysql mysql 4096 Sep 25 12:27 performance_schema

drwxr-xr-x. 2 mysql mysql 4096 Sep 25 10:28 test

[root@pacteralinux data]# cd ..

[root@pacteralinux mysql]# rm -rf data/


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/8407543.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-16
下一篇 2023-04-16

发表评论

登录后才能评论

评论列表(0条)

保存