mirror of
https://codeberg.org/scip/note.git
synced 2025-12-17 12:41:10 +01:00
added top field, which was missing, added manual install to readme
This commit is contained in:
12
mysql/README
12
mysql/README
@@ -60,3 +60,15 @@ Installation
|
||||
|
||||
|
||||
This should be all.
|
||||
|
||||
Manual Installation
|
||||
===================
|
||||
|
||||
1) create a mysql database
|
||||
mysqladmin create $db
|
||||
|
||||
2) add the required GRANT to a user and database
|
||||
echo "GRANT ALL PRIVILEGES ON $db TO $user@localhost IDENTIFIED BY '$password'" | mysql mysql
|
||||
|
||||
3) create the schema:
|
||||
mysql $db < sql
|
||||
|
||||
Reference in New Issue
Block a user