摘要:
1.将下载的包移到另一个目录mv mysql /usr/local/mysql1 2.解压tar -xvf mysql-5.7.26-linux-glibc2.12-x86_64.tar grant all privileges on *.* to 'root'@'%' identified by 阅读全文
摘要:
1.DbConnectionConnection对象也称为数据库连接对象,Connection对象的功能是负责对数据源的连接。所有Connection对象的基类都是DbConnection类。Connection对象有两个重要属性:ConnectionString:表示用于打开 SQL Server 阅读全文