摘要:
package com.ruoyi; public class Test2 { public static void main(String[] args) { son sons=new son(); } } class parent{ private static int a = 1; priva 阅读全文
摘要:
#创建用户 create user pidms_user identified by 'pidms_user'; #添加权限 grant all privileges on *.* to pidms_user@'%' identified by 'kcm123456'; flush privileg 阅读全文
摘要:
问题:连接时出现密码错误 1、登录数据库,更新user表 use mysqlselect user, host from user; //查询是否有 user=root ,host = % 的用户(没有的话更新)update user set host='%' where user='root';有 阅读全文