Cómo encontrar el nombre del servidor MySQL en PHP
<?php
echo $_SERVER['SERVER_NAME'];
?>
Defeated Dotterel
<?php
echo $_SERVER['SERVER_NAME'];
?>