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!
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!
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 309597
Url: https://administrator.de/contentid/309597
Ausgedruckt am: 24.11.2024 um 18:11 Uhr
2 Kommentare
Neuester Kommentar
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:
Under Ubuntu for example the web-path for phpmyadmin is installed under /usr/share/phpmyadmin.
Regards
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
Regards