Forget the root password;
①Close the service:
sudo service mysql stop;
②Safe mode + authentication-free startup service
sudo /usr/local/mysql/ bin/mysqld_safe –skip-grant-tables
Forget the root password;
①Close the service:
sudo service mysql stop;
②Safe mode + authentication-free startup service
sudo /usr/local/mysql/ bin/mysqld_safe –skip-grant-tables
One, elaborate The background of Linux HA Cluster;
HA Introduction
1. Definition of high-availability cluster
High-availability cluster, the original English is High Availability Clust
I am building a python script to extract historical data for the Jenkins job. I have successfully used the Requests library to retrieve the json output, enter the data frame and report it.
I
Course download address: https://pan.baidu.com/s/1SZDjQKK6J24eFvgxElS1vA Extraction code: 6nlt
A large-scale transaction system, the transaction target price is streaming data, and the price
The service involves many technologies. For specific explanations of related technical documents, please refer to the following link:
Centos 7 detailed explanation of load balancing configura
1. Install JDK
You need to uninstall the system default OPENJDK first, and install the JDK1.8 64-bit version.
Uninstall open-jdk
rpm -qa|grep java
Check the installation of
Related document link:
1. Operation: https://www.jianshu.com/p/f7b11da864fa
Official website: http: //uirecorder.com/
Github: https://github.com/alibaba/uirecorder
User manual: https:
Building of automated testing framework
1. Automated testing framework
(1) Overview:
Automated testing framework is a program framework applied to automated testing. It provides a reusable automa
1. PXE working principle < /p>
Ø Client toDHCP on EN-US”>PXE Server sends IP address request message,DHCP detects whether Client is legal (mainly to detect Client NIC MAC address), if legal,
This is the default AccountController.cs generated by the framework.
public class AccountController: Controller
{
public IFormsAuthentication FormsAuth {get; private set; }
public IMembersh