Skip to content

Commit

Permalink
Role for www user in init-mysql.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
piernov committed Nov 23, 2022
1 parent e75b5e8 commit a7a5b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/init-mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ echo "INSERT INTO groupUsers VALUES (1, 1, 'owner', '0000-00-00 00:00:00', '0000
# Load in www schema
$MYSQL zotero_www < www.sql

echo "INSERT INTO users VALUES (1, 'admin', MD5('admin'))" | $MYSQL zotero_www
echo "INSERT INTO users VALUES (1, 'admin', MD5('admin'), 'member')" | $MYSQL zotero_www
echo "INSERT INTO users_email (userID, email) VALUES (1, '[email protected]')" | $MYSQL zotero_www
echo "INSERT INTO storage_institutions (institutionID, domain, storageQuota) VALUES (1, 'zotero.org', 10000)" | $MYSQL zotero_www
echo "INSERT INTO storage_institution_email (institutionID, email) VALUES (1, '[email protected]')" | $MYSQL zotero_www
Expand Down

0 comments on commit a7a5b3e

Please sign in to comment.