summaryrefslogtreecommitdiff
path: root/mysql-test/main/mysql_install_db_win.result
blob: 511be75e131c1493de42459e738c8bffad4b9930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
select database();
database()
test
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 --loose-innodb
connect  root,localhost,root,foo,mysql;
SELECT @@datadir;
@@datadir
DATADIR/
# Kill the server
1
FOUND 1 /is not empty. Only new or empty existing directories are accepted for --datadir/ in install.log
connection default;
[mysqld]
long_query_time=15.000000
#slow_query_log_file=l:/errorlog/mariadb.slow.log
slow_query_log_file=BASEDIR/data/slow_query_log_01.log
datadir=BASEDIR/data
server-id=1
port=3307
#tmpdir=C:/mysql_tmpdir
tmpdir=BASEDIR/temp
innodb_data_file_path=ibdata1:10M;ibdata2:10M:autoextend
innodb_log_group_home_dir=BASEDIR/data
skip-name-resolve
[client]
port=3307
# restart
use test;