updated sql path

This commit is contained in:
Lain Iwakura 2025-06-16 02:26:39 +03:00
parent 7e211c7a8b
commit 41aa4933fc
No known key found for this signature in database
GPG Key ID: C7C18257F2ADC6F8
4 changed files with 2 additions and 2 deletions

4
README
View File

@ -16,10 +16,10 @@ Installation:
USE messenger;
# For new installation:
source main/create.sql
source sql/create.sql
# For updating existing installation:
source main/migrate.sql
source sql/migrate.sql
# Create user with password
CREATE USER 'messenger'@'localhost' IDENTIFIED BY 'your_secure_password';