Отладка

actency-mysql57-replication
Andrey Ivanov 2021-01-26 13:50:58 +03:00 committed by ya@tiburon.su
parent 40a6a1c3f4
commit a82c4022a5
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
CREATE DATABASE IF NOT EXISTS `app`;
CREATE DATABASE IF NOT EXISTS `app` CHARACTER SET utf8 COLLATE utf8_general_ci;
GRANT ALL ON `app`.* TO 'app'@'%' identified by 'app';