Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • 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

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

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

Content

Expand project menu
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. Ubuntu Install MYSQL "Can't find the root password to create the MySQL database"

Ubuntu Install MYSQL "Can't find the root password to create the MySQL database"

Added by Brian McCarthy almost 10 years ago

I am trying to install using the package method. All steps work but I get “Can’t find the root password to create the MySQL database” when I run “configure” or “re-configure”. There does not appear to be any prompting for this password through out the install. What am I missing?


Replies (1)

RE: Ubuntu Install MYSQL "Can't find the root password to create the MySQL database" - Added by Samuel Perez almost 10 years ago

First of all, create the database which OpenProject will use. (Ex: >mysql -u root -p > create database openproject >\q) Then go to “openproject-ce reconfigure” and chose “Use existing database”. Next to this, you will be ask about mysql credentials and existing database(use the one that you created in the first step) to populate and use it as OpenProject db.

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