📄 Viewing: //scripts/mysql_show_max_connections
#!/bin/bash

/usr/bin/mysql -e "select @@global.max_connections;"

← Back to directory