Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

"The database type in your dbconfig.xml is set up to MySQL 8.0 and your MySQL version is different."

Mariano
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 27, 2024

But my MySQL version is indeed 8.0!

 

 

mysql> show variables like '%version%';

+--------------------------+------------------------------+

| Variable_name            | Value                        |

+--------------------------+------------------------------+

| admin_tls_version        | TLSv1.2                      |

| immediate_server_version | 999999                       |

| innodb_version           | 8.0.40                       |

| original_server_version  | 999999                       |

| protocol_version         | 10                           |

| replica_type_conversions |                              |

| slave_type_conversions   |                              |

| tls_version              | TLSv1.2                      |

| version                  | 8.0.40                       |

| version_comment          | MySQL Community Server - GPL |

| version_compile_machine  | x86_64                       |

| version_compile_os       | Linux                        |

| version_compile_zlib     | 1.3.1                        |

+--------------------------+------------------------------+

 

1 answer

1 accepted

2 votes
Answer accepted
Mariano
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 27, 2024

I'm a dork, I didn't grant privileges on JiraDB to new jirauser 💀

Suggest an answer

Log in or Sign up to answer