MySQL
Install
Issue
Access denied for user ‘root’@’localhost’ (using password: YES)
Add ‘skip-grant-tables’ to ‘my.ini’ file in MySQL’s directory
Reload the MySQL’s service
1
2net stop mysql
net start mysqlLogin MySQL without password and set the new password
1
2mysql -u root -p
// Don't need to enter the passwordChange the password (In the higher version, the password filed is changed to authentication_string)
1
2
3
4
5# lower version
update mysql.user set password='123' where user='root';
-- higher version
update mysql.user set authentication_string='123' where user='root';
/*password -> authentication_string*/Refresh the database
1
flush privileges;
Delete the ‘skip-grant-tables’
Reload the MySQL’s service
Server returns invalid timezone. Go to ‘Advanced’ tab and set ‘serverTimezone’ prope
Navicat
Install
Crack
Issue
rsa public key not find
copy the keygen to the installation directory and run as an administrator
No All Pattern Found!File Already Patched?
- Click the installation file to re install Navicat
- First run the keygen, and then open Navicat
Navicat program flutters back or no respond
Close the netease youdao dictionary