7 articles
Thursday, May 19, 2022
1. Create a shell script vi dbbackup.sh The content of the creation script is as follows: !/bin/sh dbuser="root" dbpasswd="demopasswd" dbname="de...
Tuesday, Apr 7, 2020
Add the user with the least privilege of MySQL and the method to restrict the user to occupy system resources Generally open IDC or virtual hosting pr...
MySQL remote connection configuration method under docker container View the processes running by docker docker ps -a Show as below CONTAINER ID ...
Monday, Mar 30, 2020
If the MySQL server is only used internally, some restrictions need to be made, such as restricting the connection of the specified IP segment on the ...
Friday, Mar 27, 2020
plesk is a commercial console control panel that competes with cpanel But the price of plesk is obviously much more beautiful. The hosting version is ...
Wednesday, Mar 4, 2020
Some ssh keys generate a It is not convenient to use, use the following command to unencrypt ssh key password ssh-keygen -f idrsa -p idrsa for your p...
Super simple, method for registering program or software as system service under windows system This demand is mainly based on the fact that software ...