Skip to content
标签
欢迎扫码关注公众号

Windows 环境安装 Jira 遇到的问题

找不到驱动

找不到驱动:com.mysql.jdbc.Driver

参考官方文档:Connecting Jira applications to MySQL 5.7 下载 Connector/J 5.1.49 解压后复制 mysql-connector-java-5.1.49.jarmysql-connector-java-5.1.49-bin.jarjira 的安装目录 C:\Program Files\Atlassian\JIRA\bin 下,然后重启 Atlassian JIRA 服务。

MySQL 配置不正确

之后测试若显示 MySQL 配置不正确,仍然参考上面的文章。

我这里使用的是 Linux MySQL 5.7.30,配置文件在 /etc/mysql/mysql.conf.d/mysqld.cnf,在 [mysqld] 部分添加如下配置。

ini
[mysqld]
default-storage-engine=INNODB
character_set_server=utf8mb4
innodb_default_row_format=DYNAMIC
innodb_large_prefix=ON
innodb_file_format=Barracuda
innodb_log_file_size=2G
sql_mode = NO_AUTO_VALUE_ON_ZERO

之后重启 MySQL

shell
/etc/init.d/mysql stop
shell
/etc/init.d/mysql start

Page Layout Max Width

Adjust the exact value of the page width of VitePress layout to adapt to different reading needs and screens.

Adjust the maximum width of the page layout
A ranged slider for user to choose and customize their desired width of the maximum width of the page layout can go.

Content Layout Max Width

Adjust the exact value of the document content width of VitePress layout to adapt to different reading needs and screens.

Adjust the maximum width of the content layout
A ranged slider for user to choose and customize their desired width of the maximum width of the content layout can go.