Page 1 of 1

how to exit phpmyadmin properly ?

PostPosted: 06. May 2017 14:20
by newbody
how to exit phpmyadmin properly ?

Hello,

w'd just like to ask how to how properly exit/close phpmyadmin ?
Is it just done with stopping Apache, MySQL & ending xampp ?
or is there a way to log out ?

Cause i don't see a logout or close button within phymyadmin anywhere.


thanks alot :)



-

Re: how to exit phpmyadmin properly ?

PostPosted: 06. May 2017 18:27
by Altrea
Hi,

You don't need to close/exit phpMyAdmin. phpMyAdmin is a PHP based Webserver script, so the browser sends a request (with every click on a link for example) and gets a response from the webserver daemon. The time the browser gets the request is de facto the end of the script.
The only thing that persists through this border are session information which can also contain data. So if you want to kill the session too you can clear your browser cache. In some cases the session will also be exited if you simply exit the browser (depends on the specific webscript)

best wishes,
Altrea

Re: how to exit phpmyadmin properly ?

PostPosted: 06. May 2017 18:44
by newbody
Alright, thanks alot ! :)

So all there is to do is close the browser tab or the entire browser ?

Cheers :)
newbody

Re: how to exit phpmyadmin properly ?

PostPosted: 06. May 2017 18:52
by Altrea
The entire session

Re: how to exit phpmyadmin properly ?

PostPosted: 06. May 2017 19:16
by newbody
Ok :)

But session means what ? All browser-tabs with pma ?
Or while Apache & MySQL running ?

Thanks :)

Re: how to exit phpmyadmin properly ?

PostPosted: 06. May 2017 19:21
by Altrea
Sorry, i meant the entire browser.
I don't know any browser setting which ends a session if you close a tab.

Re: how to exit phpmyadmin properly ?

PostPosted: 06. May 2017 20:18
by newbody
Oh okay ,

by shutting the whole browser then.

Cool, thank you veeeery much :)