Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Change MySQL Password

Change MySQL Password

Added by Clemens Sim almost 8 years ago

Hi,

Where can I change the database credentials (password), once OpenProject is already installed?

Thanks!


Replies (2)

RE: Change MySQL Password - Added by Jens Ulferts almost 8 years ago

You have quite a lot of option

For a visual guide, you just run

openproject reconfigure

and when asked for the database setup change it to using an existing database and then provide the necessary information in the following steps.

You can also use

openproject config:get DATABASE_URL

to fetch the existing connection string, alter it and then use

openproject config:get DATABASE_URL=[altered string]

to set it again. You’ll have to run

service openproject restart

after that.

RE: Change MySQL Password - Added by Clemens Sim almost 8 years ago

Thanks a lot!

  • (1 - 2/2)
Loading...