安装redimine 使用的一键式安装:./bitnami-redmine-3.0.1-0-linux-x64-installer.run
昨晚停了次服务器,结果今天怎么启动都起不来。这个自带了两个服务,一个是Apache 一个是mysql 。所以需要起这两个服务。
启动Apache:
先启动apache bin里面的 apachectl 在回到安装目录执行ctlscript.sh restart apache
1./opt/redmine-3.3.3-1/apache2/bin/apachectl
2. /opt/redmine-3.3.3-1/ctlscript.sh restart apache
启动mysql:/opt/redmine-3.3.3-1/mysql/bin/mysqld_safe &
就可以了。
------------------------------------------------------2017年9月4日15:46:44-----------------------------------------------------------------
链接redmine mysql 库报错,在、opt/redmine/mysq/my.cnf 配置文件中 mysqld 下添加:skip-grant-tables,就可以远程连接了。
ERROR
1130: Host '192.168.1.3' is not allowed to connect to this MySQL server
解决链接:http://www.jb51.net/article/28161.htm