Initialize the database, import or run the sql file (the server needs to use the database to store monitoring data)
Operation steps:
1、Databases (data sources) supported by this product: MySQL(MySQL 5.X or MySQL 8.X)、MariaDBOraclePostgreSQL . Select one of the above databases
2、Create a database named wgcloud
3、In the wgcloud database, import or run the corresponding sql files in the installation package
MySQL and MariaDB database import wgcloud-v3.4.2-en/wgcloud-MySQL.sql
PostgreSQL database import wgcloud-v3.4.2-en/wgcloud-PostgreSQL.sql
Oracle database import wgcloud-v3.4.2-en/wgcloud-Oracle.sql
4、Initialize database complete

reference resources:
下载MySQL 5.7安装包
MySQL设置允许ROOT远程访问登录:mysql 5.7或5.6说明mysql8说明
mysql创建数据库、导入sql文件、导出数据库的命令
Linux安装mysql说明
PostgreSQL创建数据库、导入sql文件的命令
如何连接PostgreSQL数据源配置说明
安装PostgreSQL说明
如何连接Oracle数据源配置说明
 
Previous step    Next step