We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MySQL Version:8.0 error sql:
INSERT INTO t_user (`id`, `username`, `nickname`, `avatar`, `email`, `password`, `status`, `create_time`, `update_time`, `roles`, `description`, `topic_count`, `comment_count`, `score`, `follow_count`, `fans_count`) SELECT 1, 'admin', 'bbsgo站长', '', '[email protected]', '$2a$10$ofA39bAFMpYpIX/Xiz7jtOMH9JnPvYfPRlzHXqAtLPFpbE/cLdjmS', 0, (UNIX_TIMESTAMP(now()) * 1000), (UNIX_TIMESTAMP(now()) * 1000), 'owner', '轻轻地我走了,正如我轻轻的来。', 0, 0, 0, 0, 0 FROM DUAL WHERE NOT EXISTS(SELECT * FROM `t_user` WHERE `id` = 1);
error code: 1045
The text was updated successfully, but these errors were encountered:
老哥有解决吗
Sorry, something went wrong.
No branches or pull requests
MySQL Version:8.0
error sql:
error code: 1045
The text was updated successfully, but these errors were encountered: