MrNiebit / -solo-blog

comment
0 stars 0 forks source link

本站api合集【持续更新中...】 - gitsilence 的个人博客 #3

Open MrNiebit opened 3 years ago

MrNiebit commented 3 years ago

http://blog.lacknb.cn/articles/2020/04/16/1587039865720.html

A small and beautiful blogging system. 一款小而美的博客系统。

MrNiebit commented 3 years ago

MySQL的问题:

show global variables like '%max_connect_errors%';
set global max_connect_errors=20;
flush hosts;
mysqladmin flush-hosts;

use mysql;
select user,host from user;

grant all PRIVILEGES on *.* to root@'xxx' identified by 'xxx';
FLUSH PRIVILEGES;