プロジェクト

全般

プロフィール

Question #1418

未完了

installation error query

jeff hwang さんがほぼ8年前に追加. ほぼ8年前に更新.

ステータス:
担当(Assigned)
優先度:
通常(Normal)
担当者:
カテゴリ:
-
対象バージョン:
-
開始日:
2016/07/14
期日:
進捗率:

0%

予定工数:

説明

hi,
I have some question about installation of redmine issue template.
I extracted the plugin file into my plugin folder of redmine.
after that I executed the installation file, but it didn't work with error aobut connections to mysql db.
I think my port of mysql of redmine is not default(3306) port.
mine is 3307.
Now and before, my redmine and its DBMS is properly working except unable to install this plugin.

So anyway, my question is that how to set the db port config to custum port when I use the custum port on mysql.
please help me.
regards!

Akiko Takano さんがほぼ8年前に更新

  • ステータス新規(New) から 担当(Assigned) に変更
  • 担当者Akiko Takano にセット

Hello, Jeff.
Thanks for your trying to use my issue template plugin.

I think this is not the template plugin’s issue but your setting environment issue such as database connection. Is that right?
If so, you can change redline’s default port with editing database.yml file.

Please check your database.yml, this is stored at REDMINE_INSTALL_DIR/config/database.yml.

It must be like this:


production:
adapter: mysql
database: redmine
host: localhost
port: 3307
username: redmine
password: my_password

development:
adapter: mysql
database: redmine
host: localhost
port: 3307
username: redmine
password: my_password

他の形式にエクスポート: Atom PDF