mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
Merge a5ff6446a4
into 2791ab2912
This commit is contained in:
commit
12c363c57a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ ynh_script_progression --message="Import default data in database..."
|
|||
export mysqlconn="mysql --user=$db_user --password=$db_pwd --database=$db_name"
|
||||
$mysqlconn -e "ALTER DATABASE $db_name CHARACTER SET utf8 COLLATE utf8_general_ci;"
|
||||
|
||||
zcat /usr/share/doc/zabbix-server-mysql*/create.sql.gz | $mysqlconn
|
||||
zcat /usr/share/zabbix-sql-scripts/mysql/server.sql.gz | $mysqlconn
|
||||
|
||||
convert_ZabbixDB
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue