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:
committed by
Sergei Golubchik
parent
825f9c7b50
commit
57d52657a2
14
mysql-test/main/mysql_install_db_win_utf8.result
Normal file
14
mysql-test/main/mysql_install_db_win_utf8.result
Normal 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
|
Reference in New Issue
Block a user