Commit c8d7c8b4 authored by insun park's avatar insun park
Browse files
parents 4c627a3d 17618ca9
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
#!/bin/sh
mysql -u root -p!@#gds$%^ < setting.sql;
This diff is collapsed.
#원하는 루트 원격 계정 password 입력
grant all privileges on *.* to root@'%' identified by '!@#gds$%^';
flush privileges;
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
#!/bin/sh
mysql -u root -p!@#gds$%^ < setting.sql;
This diff is collapsed.
#원하는 루트 원격 계정 password 입력
grant all privileges on *.* to root@'%' identified by '!@#gds$%^';
flush privileges;
docker_fastapi @ 560d72c9
Subproject commit 560d72c964df1bcb5d468c442a59590f7d9570e1
docker_fastapi_new @ a5d7d902
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment