Last active 2 months ago
mysql
0
0
1
| 1 | #!/usr/bin/env bash |
| 2 | |
| 3 | # |
| 4 | # Script to create MySQL/MariaDB db + user |
| 5 | # |
| 6 | # @author Karel Wintersky <karel.wintersky@gmail.com> |
| 7 | # @version 0.5 |
| 8 | # mysql_config_editor set --login-path=proftpd --host=localhost --user=proftpd --password |
| 9 | # version this: https://gist.github.com/KarelWintersky/72021fe214f9d2f6ddc6a28c732baac1 |