mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
4 lines
91 B
Text
4 lines
91 B
Text
|
#!/bin/sh
|
||
|
|
||
|
update-alternatives --install /usr/sbin/mysqld mysqld /usr/sbin/mysqld-debug 20
|