- 停止mysql维修
* sudo /etc/init.d/mysql stop - 原始文件夹的副本
* cp -r /var/lib/mysql /home/yourname/somewhere 改动权限
* sudo chmod mysql:root /home/yourname/somewhere/mysql
* sudo chmod 777 /home/yourname/somewhare/mysql编辑配置文件 /etc/mysql/my.cnf
* 将datadir改为 /home/yourname/somewhere/mysql编辑ubuntu特有的权限控制 apparmor配置文件
* vi /etc/apparmor.d/usr.sbin/mysqld
* 改动两行为 /var/lib/mysql/ 为你的文件夹 /home/yourname/sowewhere/
* 注意别忘了后面的斜杠。不然会出现show databases时候错误- 又一次载入配置
* /etc/init.d/apparmor reload
* /etc/init.d/mysql start
实在不行重新启动就可以。
验证: mysql -u root -p
show databases
$(function () {
$('pre.prettyprint code').each(function () {
var lines = $(this).text().split('\n').length;
var $numbering = $('
$(this).addClass('has-numbering').parent().append($numbering);
for (i = 1; i ').text(i));
};
$numbering.fadeIn(1700);
});
});
版权声明:本文博主原创文章,博客,未经同意,不得转载。