Recently, due to the need to test security products, I wanted to adjust the startup user of mariadb to root. After some twists and turns, I finally succeeded! Note: Starting MySQL as root is a very dangerous behavior, which is equivalent to giving the database operation user (database administrator or hacker) a channel to directly operate the system through MySQL! In fact, the official does not allow root boot, so in the normal boot mode, root boot will return a startup failure and prompt in /var/log/mariadb/mariadb.log Please consult the Knowledge Base to find out how to run mysqld as root! Ok, let's get to the point, about how to start Mariadb: Most people will do this: However, this instruction actually calls mariadb.service (use find to find the specific directory) to start mariadb. Modify the mariadb.service configuration as follows: [Unit] slightly [Service] Type=simple User=mysql is changed to User=root here || the startup user of the service Group=mysql is changed to Group=root || startup group of the service #Script to initialize mysql library files. If the mysql directory is not empty, it will prompt "Database Mariadb is probably initialized in /var/lib/mysql already, nothing is done". If you see this message when troubleshooting, you can ignore it. #Execute the mysqld execution script and do a security check. This file restricts root startup The following is omitted. . . #systemctl demon-reload #systemctl restart mariadb PS: The same operation method supports starting MySQL with other users. BUT The permissions or ownership of the two directories Summarize The above is the editor's introduction to the way to start mariadb under Linux using the root user. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: How to extend Vue Router links in Vue 3
>>: Vue mobile terminal determines the direction of finger sliding on the screen
Solution to Ubuntu dual system stuck when startin...
introduction You must have encountered this in an...
It is recommended that you do not set the width, h...
Table of contents How to start mysqld Method 1: m...
1. Create a new user wwweee000 [root@localhost ~]...
Preface: In MySQL, the master-slave architecture ...
Table of contents Official introduction to Node.j...
The earliest computers could only use ASCII chara...
Database stored procedures DROP PROCEDURE IF EXIS...
This article uses an example to describe how to u...
This article shares the specific code of WeChat a...
html: In fact, it is to arrange several solid cir...
1. Enter start in the menu bar and click startup ...
NTP is a TCP/IP protocol for synchronizing time o...
Table of contents 1. v-on directive 1. Basic usag...