You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
数据库初始化时应该改写一下。每次异常关闭server时,online数据库的内容不会清零;下次启动server时,由于登录时要判断这个账号是否在线,就造成了虽然此用户不在线,但是系统却判定这个用户在线的bug,导致每次必须重新注册新账号。
创建表时用create table if not exists tablename;要不会报错。
关于online,可以在创建表时先运行 drop table online
数据库初始化时应该改写一下。每次异常关闭server时,online数据库的内容不会清零;下次启动server时,由于登录时要判断这个账号是否在线,就造成了虽然此用户不在线,但是系统却判定这个用户在线的bug,导致每次必须重新注册新账号。
创建表时用create table if not exists tablename;要不会报错。
关于online,可以在创建表时先运行 drop table online