1 Star 0 Fork 346

严平/authbase

forked from Jeffrey/authbase 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
init-user.sql 131 Bytes
Copy Edit Raw Blame History
zisokal authored 2019-09-02 22:21 . update all
use mysql;
CREATE USER 'authbase'@'localhost' IDENTIFIED BY '123456';
GRANT ALL ON *.* TO 'authbase'@'localhost';
flush privileges;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/yan-ping/authbase.git
git@gitee.com:yan-ping/authbase.git
yan-ping
authbase
authbase
master

Search

0d507c66 1850385 C8b1a773 1850385