09 2021 档案
摘要:报错信息 2021-09-13 09:24:03 1788 [Note] Server socket created on IP: '0.0.0.0'. 2021-09-13 09:24:03 1788 [ERROR] Can't start server : Bind on unix socket
阅读全文
摘要:密码错误 使用正确的密码 权限问题 GRANT ALL PRIVILEGES ON *.* TO root@"%" IDENTIFIED BY "your password"; 别忘了刷新一下 FLUSH PRIVILEGES;
阅读全文
摘要:线程属性 private static final int COUNT_BITS = Integer.SIZE - 3; private static final int CAPACITY = (1 << COUNT_BITS) - 1; Integer.SIZE是32 COUNT_BITS是29
阅读全文