摘要:
Windows 平台下提供两种安装 MySQL 的方式: MySQL 图形化安装(.msi 安装文件)。 免安装版(.zip 压缩文件)。 用户使用图形化安装包安装配置 MySQL 的步骤如下: 安装MySQL 步骤 1):双击下载的 MySQL 安装文件,进入 MySQL 安装界面,首先进入“Li 阅读全文
摘要:
一、示例模式 scott 1、解锁SCOTT模式 SQL> alter user scott account unlock; 2、从system模式切换至scott模式,scott默认密码为tiger SQL> connect scott/tiger 3、通过show命令,确认当前模式 SQL> s 阅读全文