摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Drawing.Imaging; using System.Drawing; using System.IO; namespace TestUploadImage.FinalUse { pub... 阅读全文
摘要:
mysql -u root -h localhost -p #登录 use mysql; #打开mysql数据库 select host,user from user where user='root'; #查看user表里的root数据 update user set host='%' where user='root' and host='localhost'; #将host设置为%表... 阅读全文