
Mysql 允许所有IP地址访问
连接上去执行以下命令: use mysql; GRANT ALL ON *.* to [email protected]'0.0.0.0' IDENTIFIED BY 'yourPassword'; GRANT ALL ON *.* to [email protected]'%' IDE...
连接上去执行以下命令: use mysql; GRANT ALL ON *.* to [email protected]'0.0.0.0' IDENTIFIED BY 'yourPassword'; GRANT ALL ON *.* to [email protected]'%' IDE...
材料清单 操作系统: MacOS Catalina 14.5 数据库:[email protected] Py版本:Python3.7 数据库设计: 字段: 字段名称 字段类型 长度 ID int 0 Phone bigint 11 QQNumber bi...