-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Milestone
Description
I get
Blast! Verify your database information. : Access to database is denied for freshrss (mysql:host=localhost;charset=utf8mb4)
attempting to complete the database configuration at Step 2)
I used (without changing the userid, database name, or password )
docker run -d --restart unless-stopped --log-opt max-size=10m \
-v mysql-data:/var/lib/mysql \
-e MYSQL_ROOT_PASSWORD=rootpass \
-e MYSQL_DATABASE=freshrss \
-e MYSQL_USER=freshrss \
-e MYSQL_PASSWORD=pass \
--net freshrss-network \
--name mysql mysql
to create a MySQL instance
what should I put in each of the fields for the database configuration (step 2)
Type of database MySQL
Host: ????
Database username freshrss
Database password pass
Database freshrss
Table prefix ???
Reactions are currently unavailable