mclion
Goto Top

MySQL - mysqladmin-Pfad herausfinden?

Hallo,

ich möchte den Pfad für mysqladmin gerausfinden, wie geht das?
Mit "find / -name mysqladmin -type f" finde ich ganze drei Stück, welcher ist aber der richtige?

Das ganze läuft unter OpenSuse.

Vielen Dank!

Content-Key: 309597

Url: https://administrator.de/contentid/309597

Ausgedruckt am: 29.03.2024 um 05:03 Uhr

Mitglied: 129813
129813 12.07.2016 aktualisiert um 17:05:56 Uhr
Goto Top
Hi.
have a look into your apache site-config, mostly the phpmyadmin conf is found in this config file: (/etc/apache2/conf-enabled/phpmyadmin.conf). In newer installations the mysqladmin path is redirected from the config.
There should be a line in the head of the file, like this:
Alias /phpmyadmin /usr/share/phpmyadmin
Under Ubuntu for example the web-path for phpmyadmin is installed under /usr/share/phpmyadmin.

Regards
Mitglied: LordGurke
LordGurke 13.07.2016 um 11:19:41 Uhr
Goto Top
Indem du das System mit
which mysqladmin
fragst, was ausgeführt wird wenn du es ohne Pfadangabe aufrufst face-wink

@129813
I assume he asks for the "mysqladmin" binary which is not related to PHPMyAdmin.