摘要:
-- 创建远程访问的 root 用户(% 表示所有主机) CREATE USER 'root'@'%' IDENTIFIED BY 'xmax'; -- ALTER USER 'root'@'%' IDENTIFIED BY 'xmax'; -- 授予所有权限(生产环境可限定数据库,如 test.* 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Util { /// <summary> /// 数据类型转换专用类 /// </summary> stat 阅读全文