Skip to content

Commit

Permalink
update db/mall4cloud_nacos.sql.
Browse files Browse the repository at this point in the history
  • Loading branch information
gz-yami authored and gitee-org committed Nov 1, 2021
1 parent 2cf62f7 commit 89035b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions db/mall4cloud_nacos.sql
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@ CREATE TABLE `users` (
PRIMARY KEY (`username`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

/*Data for the table `users` */
insert into `users`(`username`,`password`,`enabled`) values
('nacos','$2a$10$EuWPZHzz32dJN7jexM34MOeYirDdFAZm2kuWj7VEOJhhZkDrxfvUu',1);

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
Expand Down

0 comments on commit 89035b2

Please sign in to comment.