1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-26713 UTF8 support on Windows , add mysql_install_db tests

Add mysql_install_db test with some i18n, for data dir and root password
This commit is contained in:
Vladislav Vaintroub
2021-11-23 13:05:25 +01:00
committed by Sergei Golubchik
parent 825f9c7b50
commit 57d52657a2
2 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,14 @@
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
connect con1,localhost,root,パスワード,mysql;
SELECT @@datadir;
@@datadir
DATADIR/
# Kill the server
connection default;
# restart