数据库安装完毕后,默认的数据库说明:
| 序号 | 数据库名称 | 作用说明 | |----|--------------------|--------------| | 01 | information_schema | 系统运行状态,性能等的库 | | 02 | mysql | 授权权限、用户管理的库 | | 03 | performance_schema | 系统运行状态,性能等的库 |
说明:以上三个是数据库系统中默认的数据库,可以用于管理应用。
数据库安装完毕后,默认的数据库说明:
| 序号 | 数据库名称 | 作用说明 | |----|--------------------|--------------| | 01 | information_schema | 系统运行状态,性能等的库 | | 02 | mysql | 授权权限、用户管理的库 | | 03 | performance_schema | 系统运行状态,性能等的库 |
说明:以上三个是数据库系统中默认的数据库,可以用于管理应用。