performance_schema库是MySQL性能监控的重要工具,误删除后可以通过上述方法尝试恢复。在操作过程中,重启MySQL服务器是最简单的尝试方法。如果这不起作用,可以尝试使用MySQL的初始化选项,但请注意备份数据以防数据丢失。检查MySQL配置也是一个好的步骤,以确保performance_schema没有被禁用。最后,如果有备份,通过恢复备份来恢...
误删MySQL自带的数据库可能会对数据库的正常运行造成影响,因此需要采取相应的措施来修复。 对于误删MySQL自带的数据库,可以通过以下步骤进行修复: 了解MySQL自带的数据库:MySQL自带了一些默认的数据库,包括information_schema、mysql、performance_schema和sys。其中,information_schema是用于存储关于数据库和表的元数据信息;...
这里可以通过performance_schema_setup_actors_size来查看到底留存多行,这里最大值是 1048576, 这里一般来说,我们是要针对一些系统的用户进行屏蔽的,比如监控账号,备份账号,等,这里可以根据管理方式酌情处理。 setup_consumers 中存在的那些记录需要进行存储,这里我们总结了一下statements 系列的是必须要进行存储的。 mysq...
【3】数据恢复 #将新数据目录中生成的 mysql performance_schema sys数据目录拷贝至 /data/mysqldata_bak 目录,将/data/mysqldata_bak 重命名为/data/mysqldata 启动数据库,验证数据是否恢复[root@db105 data]# cd mysqldata_bak/[root@db105 mysqldata_bak]# ls -lrttotal 262228drwxr-x--- 2 mysql ...
此后IT知识将只记于私人笔记 ✍ 感谢博客曾经陪伴并感谢继续把知识发布于博客的人 数据库-mysql误删performance_schema 建一个同名数据库,把别人数据库这个表数据拷过来 12 202125 26273031
| performance_schema | | student | | test | +---+ # 2. 查看student表信息 mysql> show tables; +---+ | Tables_in_student | +---+ | student | +---+ mysql> select * from student; +---+---+---+---+---+ | id | name | age | gender |...
| performance_schema | | school | | sys | | world | | xbk | +---+ 12 rows in set (0.00 sec) mysql> use xbk Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> mysql...
| performance_schema | | testdb2 | +---+ 2,[root@centes7 ~]# systemctl stop mariadb #将服务器设为停机状态。 3,备份数据文件:为了节约空间可以考虑打包。 [root@centes7 ~]#tar Jcvf /data/all.tar.xz /var/lib/mysql/ #将整个数据库文件全部打包至新文件中。 [root@centes7 ~]#ls /data...
[root@localhost script]# mysqldump -uroot -p performance_schema > /tmp/performance_schema.sqlEnter password: mysqldump: Got error:1142: SELECT,LOCK TABLcommanddenied to user'root'@'localhost'fortable'cond_instances'when using LOCK TABLES