File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 182182 {{ t(' Server:' ) }}
183183 {{ database_server .host }}
184184 </li >
185+ <li class =" list-group-item" >
186+ {{ t(' Hostname:' ) }}
187+ {{ database_server .hostname }}
188+ </li >
185189 <li class =" list-group-item" >
186190 {{ t(' Server type:' ) }}
187191 {{ database_server .type }}
Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ public function __invoke(ServerRequest $request): Response
158158 $ serverCharset = Charsets::getServerCharset ($ this ->dbi , $ this ->config ->selectedServer ['DisableIS ' ]);
159159 $ databaseServer = [
160160 'host ' => $ hostInfo ,
161+ 'hostname ' => $ this ->dbi ->fetchValue ('SELECT @@hostname; ' ),
161162 'type ' => Util::getServerType (),
162163 'connection ' => Generator::getServerSSL (),
163164 'version ' => $ this ->dbi ->getVersionString () . ' - ' . $ this ->dbi ->getVersionComment (),
You can’t perform that action at this time.
0 commit comments