File README.install of Package mariadb
21
1
You just installed MySQL server for the first time.
2
3
You can start it using:
4
rcmysql start
5
6
During first start empty database will be created for your automatically.
7
8
PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !
9
To do so, start the server, then issue the following commands:
10
11
'/usr/bin/mysqladmin' -u root password 'new-password'
12
'/usr/bin/mysqladmin' -u root -h <hostname> password 'new-password'
13
14
Alternatively you can run:
15
'/usr/bin/mysql_secure_installation'
16
17
which will also give you the option of removing the test
18
databases and anonymous user created by default. This is
19
strongly recommended for production servers.
20
21