Tampilkan host mysql

select @@hostname;
show variables where Variable_name like '%host%';
Tomer Mantzuri