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

Printed on: April 26, 2024 at 22:04 o'clock

Mitglied: 129813
129813 Jul 12, 2016 updated at 15:05:56 (UTC)
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
Member: LordGurke
LordGurke Jul 13, 2016 at 09:19:41 (UTC)
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.