Re: Debian 10 Buster - difficulty setting up mariaDB 10.3.27 users for use with Debian mediawiki 1.31 package

2020-12-15 Thread Keith Christian
Deloptes, Joe, SUCCESS. Thanks for all the help. Keith

Re: Debian 10 Buster - difficulty setting up mariaDB 10.3.27 users for use with Debian mediawiki 1.31 package

2020-12-14 Thread Keith Christian
On Mon, Dec 14, 2020 at 4:22 AM Joe wrote: > > On Mon, 14 Dec 2020 10:01:15 +0100 > deloptes wrote: > You don't even need the CREATE USER. > You can GRANT TO 'fred'@'localhost' IDENTIFIED BY 'yyy' > which will create user and privileges at the same time. > Remember that modern

Re: Debian 10 Buster - difficulty setting up mariaDB 10.3.27 users for use with Debian mediawiki 1.31 package

2020-12-14 Thread Keith Christian
On Mon, Dec 14, 2020 at 2:01 AM deloptes wrote: > > Keith Christian wrote: > When installed in Debian it does not have password (AFAIR). It is sufficient > to execute "mysql -u root -p" and press ENTER to log in. You then change > the password. > Regarding --skip-grant-tables I used this just

Re: Debian 10 Buster - difficulty setting up mariaDB 10.3.27 users for use with Debian mediawiki 1.31 package

2020-12-14 Thread Joe
On Mon, 14 Dec 2020 10:01:15 +0100 deloptes wrote: > Keith Christian wrote: > > > Next, I logged in with this: > > mysql -u root -p > > > > But as I remembered, (it's been awhile) one cannot create any users > > in this mode due to --skip-grant-tables. > > When installed in Debian it does

Re: Debian 10 Buster - difficulty setting up mariaDB 10.3.27 users for use with Debian mediawiki 1.31 package

2020-12-14 Thread deloptes
Keith Christian wrote: > Next, I logged in with this: > mysql -u root -p > > But as I remembered, (it's been awhile) one cannot create any users in > this mode due to --skip-grant-tables. When installed in Debian it does not have password (AFAIR). It is sufficient to execute "mysql -u root -p"