Przeglądaj źródła

Add proper reset

lanfr144 2 tygodni temu
rodzic
commit
776d6a6153
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      proper_reset.sh

+ 1 - 0
proper_reset.sh

@@ -0,0 +1 @@
+mysql -e "SET GLOBAL log_bin_trust_function_creators = 1; DROP DATABASE IF EXISTS zabbix; CREATE DATABASE zabbix character set utf8mb4 collate utf8mb4_bin; GRANT ALL PRIVILEGES ON zabbix.* TO 'zabbix'@'%'; FLUSH PRIVILEGES;"