目录[TOC]报错ERROR: for xxx UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=70)
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regular...
目录[TOC]编辑smb配置文件vim /etc/samba/smb.conf在配置文件中找到force user = root把它修改成#force user = root保存退出设置root的smb密码smbpasswd -a root重启samba服务/etc/init.d/samba4 stop
/etc/init.d/samba4 start以下是以前写的,不要看了### 1.编辑/etc/passwd`vim /etc/passwd`在最后一行添加一个用户,用户名为smb_us...
目录[TOC]报错使用Navicat Premium连接mysql时可以连接,但是创建新数据库时报错:1044 - Access denied for user 'root'@'%' to database 'enjoy!!'解决方法可能是因为root没有权限法一:直接修改权限表:
root@server:~# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g...
目录[TOC]问题执行mysql_secure_installation进行初始化时报错:Failed! Error: SET PASSWORD has no significance for user 'root'@'localhost' as the authentication method used doesn't store authentication data in the MySQL server. Please consider using ALTER USER inst...
目录[TOC]问题执行grant all on . to root@’%’ identified by ‘password’ with grant option;时报错:ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysql&g...
目录[TOC]1.获取Cloudflare global api key略2.确保ipv6能正常访问测试地址:点击前往测试出10分即可3.进入cloudflare后台,在对应域名添加一个AAAA解析route.yourdomain.com指向如下dns服务器地址:2606:4700:4700::1111如图:4.进入路由器后台--服务--动态DNS,输入ipv6并点击添加然后进行如下设置:5.设置完成点击右下角保存&应用6.返回动态DNS主界面,查看是否有PID,没有的话点击PID...