Re: [OpenIndiana-discuss] mariadb secure installation script infinite loop

2024-01-23 Thread Goetz T. Fischer
well then have a look at that file and see where it wants to create stuff. adjust the permissions of the target folder according to your maria user afterwards. On Tue, 23 Jan 2024 20:53:57 -0500, Christopher D. Bartels wrote: > Thanks, that 'VIA' syntax worked to get past the syntax error, but

Re: [OpenIndiana-discuss] mariadb secure installation script infinite loop

2024-01-23 Thread Christopher D. Bartels
Thanks, that 'VIA' syntax worked to get past the syntax error, but the script still errors at the very beginning: Enter current password for root (enter for none): /usr/mariadb/10.6/bin/mariadb-secure-installation[249]: .my.cnf.4015: cannot create [Permission denied]

Re: [OpenIndiana-discuss] mariadb secure installation script infinite loop

2024-01-23 Thread Goetz T. Fischer
that's a terrible idea, because if the server in question gets compromised in any way, the attacker is handed a free-pass to the whole db. On Tue, 23 Jan 2024 16:51:38 -0800, Bill Sommerfeld via openindiana-discuss wrote: > As an aside, I've found "IDENTIFIED VIA unix_socket" to be the way to

Re: [OpenIndiana-discuss] mariadb secure installation script infinite loop

2024-01-23 Thread Bill Sommerfeld via openindiana-discuss
On 1/23/24 16:36, Christopher D. Bartels wrote: EDIT: This is what gives me the error, sorry for omitting it previously: ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'Password'; You probably want to take a look at https://mariadb.com/kb/en/alter-user/ which

Re: [OpenIndiana-discuss] mariadb secure installation script infinite loop

2024-01-23 Thread Christopher D. Bartels
EDIT: This is what gives me the error, sorry for omitting it previously: ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'Password'; On 1/23/24 18:52, Christopher D. Bartels wrote: I'm encountering a phenomenon described here on Digital Ocean's documentation:

[OpenIndiana-discuss] mariadb secure installation script infinite loop

2024-01-23 Thread Christopher D. Bartels
I'm encountering a phenomenon described here on Digital Ocean's documentation: https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-22-04#:~:text=Warning%3A%20As%20of%20July%202022%2C%20an%20error%20will%20occur%20when%20you%20run%20the

Re: [OpenIndiana-discuss] mysql/mariadb secure installation script command not found

2024-01-23 Thread Marcel Telka
On Tue, Jan 23, 2024 at 12:38:46AM -0500, Christopher D. Bartels wrote: > I'm working on configuring a fresh install of mariadb & have tried several > ways to get the mysql_secure_installation script to run, including changing > it to mariadb-secure-installation, & changing these to use the full

Re: [OpenIndiana-discuss] a2ensite, a2dissite, & apache2ctl all command not found

2024-01-23 Thread Aurélien Larcher
On Tue, Jan 23, 2024 at 8:36 AM Stephan Althaus < stephan.alth...@duedinghausen.eu> wrote: > On 1/23/24 07:53, Christopher D. Bartels wrote: > > Hi, > > > > > > I'm working with a fresh install of apache 24 & am trying to disable > > the default site and enable the virtual host I've configured,