mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
4 lines
96 B
Text
4 lines
96 B
Text
|
#!/bin/sh
|
||
|
|
||
|
update-alternatives --install /usr/sbin/mysqld mysqld /usr/sbin/mysqld-max-static 30
|