摘要:
vim /etc/my.cnf加入这一行在28行skip-grant-tables保存退出VIM编辑器进入MariaDBmysqluse mysqlshow tables;UPDATE user SET Password = password ("123456") WHERE User = 'root' ; //用户为root,密码为123456flush privileges; exitsyst... 阅读全文
摘要:
如果在安装ownCloud后,更换了访问方式,比如刚开始是http://127.0.0.1/owncloud,变成了http://1.1.1.1/owncloud,那么在访问时可能得到这样的页面:您正在访问来自不信任域名的服务器。Please contact your administrator. If you are an administrator of this instance, conf... 阅读全文