mirror of https://github.com/apache/druid.git
3 lines
150 B
Bash
3 lines
150 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
find /var/lib/mysql -type f -exec touch {} \; && /usr/bin/pidproxy /var/run/mysqld/mysqld.pid /usr/bin/mysqld_safe --bind-address=0.0.0.0
|