mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-26715 Windows/installer - allow passwordless login for root
Allow passwordless login in addition to usual login with password, when creating 'root' user during install. The effect of that change is that "local administrators" group are allowed to connect as root user. This is done via gssapi authentication plugin. Clients that are not aware of gssapi client plugin, can still login with password credentials.
This commit is contained in:
12
mysql-test/main/mysql_install_db_win_admin.result
Normal file
12
mysql-test/main/mysql_install_db_win_admin.result
Normal file
@ -0,0 +1,12 @@
|
||||
use mysql;
|
||||
Running bootstrap
|
||||
Creating my.ini file
|
||||
Removing default user
|
||||
Allowing remote access for user root
|
||||
Setting root password
|
||||
Creation of the database was successful
|
||||
# Kill the server
|
||||
# restart: --datadir=MYSQLTEST_VARDIR/tmp/ddir
|
||||
connect root,localhost,root,wrongpass,mysql;
|
||||
# Kill the server
|
||||
# restart
|
Reference in New Issue
Block a user