• Re: Debian 13 Trixie mysql_secure_installation

    From [email protected]@21:1/5 to Timothy M Butterworth on Mon Jul 21 12:50:01 2025
    Timothy M Butterworth <[email protected]> wrote:
    All,

    Does anyone know what package provides the mysql_secure_installation
    script on Debian 13 Trixie?

    google debian mysql_secure_installation shows me as the first hit https://manpages.debian.org/testing/mariadb-client/mysql_secure_installation.1 and that says 'from mariadb-client'

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Greg Wooledge@21:1/5 to Timothy M Butterworth on Mon Jul 21 13:10:02 2025
    On Mon, Jul 21, 2025 at 06:57:41 -0400, Timothy M Butterworth wrote:
    On Mon, Jul 21, 2025 at 6:45 AM <[email protected]> wrote:

    Timothy M Butterworth <[email protected]> wrote:
    All,

    Does anyone know what package provides the mysql_secure_installation script on Debian 13 Trixie?

    google debian mysql_secure_installation shows me as the first hit

    https://manpages.debian.org/testing/mariadb-client/mysql_secure_installation.1
    and that says 'from mariadb-client'


    Thanks the script was actually provided by the mariadb-client-compat
    package.

    You could also have used the search feature on packages.debian.org.
    Filling in the fields gives me this URL <https://packages.debian.org/search?searchon=contents&keywords=mysql_secure_installation&mode=exactfilename&suite=testing&arch=any>
    which brings you directly to the desired package.

    If you're actually RUNNING trixie, then you could also use apt-file.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charles Curley@21:1/5 to Timothy M Butterworth on Mon Jul 21 15:00:01 2025
    On Mon, 21 Jul 2025 06:15:08 -0400
    Timothy M Butterworth <[email protected]> wrote:

    Does anyone know what package provides the mysql_secure_installation
    script on Debian 13 Trixie?

    Yes.

    Oh, you actually wanted to know which package in trixie provides mysql_secure_installation. Well:

    root@tiassa:~# apt-file search mysql_secure_installation
    mariadb-client-compat: /usr/bin/mysql_secure_installation mariadb-client-compat: /usr/share/man/man1/mysql_secure_installation.1.gz root@tiassa:~# cat /etc/debian_version
    13.0
    root@tiassa:~#

    --
    Does anybody read signatures any more?

    https://charlescurley.com
    https://charlescurley.com/blog/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)