Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit e11d30a

Browse files
committed
made mysql pw automatic so it doesnt ask for it
Signed-off-by: Marty Burns <[email protected]>
1 parent 3e94ec3 commit e11d30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/initializedatabases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# then populates tables with initial data
66
#
77
# Copy the appropriate version of prepopulatesql_<host><port>.sql to prepopulatesql.sql for your installation
8-
mysql -u root -p < setupdatabases.sql
8+
mysql --user=root --password=password < setupdatabases.sql

0 commit comments

Comments
 (0)