mirror of
https://git.sr.ht/~iwakuralain/text0Nly
synced 2025-07-27 15:36:11 +00:00
updated sql path
This commit is contained in:
parent
7e211c7a8b
commit
41aa4933fc
4
README
4
README
@ -16,10 +16,10 @@ Installation:
|
|||||||
USE messenger;
|
USE messenger;
|
||||||
|
|
||||||
# For new installation:
|
# For new installation:
|
||||||
source main/create.sql
|
source sql/create.sql
|
||||||
|
|
||||||
# For updating existing installation:
|
# For updating existing installation:
|
||||||
source main/migrate.sql
|
source sql/migrate.sql
|
||||||
|
|
||||||
# Create user with password
|
# Create user with password
|
||||||
CREATE USER 'messenger'@'localhost' IDENTIFIED BY 'your_secure_password';
|
CREATE USER 'messenger'@'localhost' IDENTIFIED BY 'your_secure_password';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user