1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-06-29 00:31:38 +02:00
Files
dockerfiles/zoneminder/mysql/01-zm_user.sql

2 lines
56 B
MySQL
Raw Normal View History

2016-07-05 18:37:51 +08:00
GRANT ALL ON zm.* TO 'zmuser'@% IDENTIFIED BY 'zmpass';