Tips1

Tip0: mysqldump导出时出现下面的错误

Got error: 1449: The user specified as a definer ('root'@'%') does not exist when using LOCK TABLES

其中 root 可能是你的mysql中的某个用户

解决方式如下:

grant all privileges on *.* to root@"%" identified by "*"
flush privileges;

具体是什么原因,现在不太清楚。

Tips1: Windows Linux 双系统卸载Linux

奇怪,为什么是卸载Linux?

最近好久没有写东西,今天把好久以前用过的 Windows Linux 双系统卸载Linux 写一下。我是在 Windows7 上面进行的,不过根据这篇文章在win8下面应该也是一样的。

step 1. 在Windows下将Linux的磁盘删掉(不会?那你为什么还要留着Windows而删掉Linux)

step 2. 将Windows系统盘(不管你是光盘还是U盘)插入电脑,重启

step 3. 到安装界面后,有一个上面有 修复计算机 的选项

step 4. 进去之后应该有一个命令提示符,打开命令提示符后输入如下命令: bootrec.exe /fixmbr

step 5. 重启后取出系统盘,应该就可以直接进入Windows了

hah
Copyleft - All rights reversed. The internet is free and so is my content.