Skip to content

Commit b205cfe

Browse files
committed
fix[sql]:更新账号为admin,密码为admin
1 parent 790229b commit b205cfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
INSERT INTO dbblog.sys_user (user_id, username, password, email, salt, create_user_id, create_time, status) VALUES (1, 'admin', '42f60d79943bb3e282c5fb630c7bbba682f7d95768a4f8cea0f8ab57f16bcf12', '[email protected]', 'YzcmCZNvbXocrsz9dm8e', '1', '2019-03-04 23:20:16', 1);
1+
# Õ˺ÅΪadmin,ÃÜÂëΪadmin
2+
INSERT INTO dbblog.sys_user (user_id, username, password, email, salt, create_user_id, create_time, status) VALUES (1, 'admin', 'cdac762d0ba79875489f6a8b430fa8b5dfe0cdd81da38b80f02f33328af7fd4a', '[email protected]', 'YzcmCZNvbXocrsz9dm8e', '1', '2019-04-23 19:17:00', 1);

0 commit comments

Comments
 (0)