摘要:
1 using xxx.Core.Entity; 2 using Newtonsoft.Json; 3 using Newtonsoft.Json.Linq; 4 using System; 5 using System.Collections.Generic; 6 using System.Con 阅读全文
摘要:
1、先将服务关掉: net stop mysql 2、在命令行控制符中进入mysql安装目录的bin目录中,输入: mysqld --skip-grant-tables 3、然后输入mysql进入,并修改密码: use mysql update user set password=password( 阅读全文