mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
3 lines
91 B
Bash
3 lines
91 B
Bash
#!/bin/sh
|
|
|
|
update-alternatives --install /usr/sbin/mysqld mysqld /usr/sbin/mysqld-debug 20
|