Skip to content

Instructions to complete database configuration #2679

@dwayneem

Description

@dwayneem

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 ???

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions