We have a trial version for now to test MySQL as DB for JIRA software. port 3306 not working as expected, then I cannot access the database, however the site running very well.
I wonder -
Ok when you say site running well, it is a bit confusing. Because if you connected the DB to JIRA then some issues your are mentioning above shouldn't happen.
What are the steps you took to connect the DB to your JIRA instance?
Did you configure you DbConfig.xml file?
https://confluence.atlassian.com/doc/database-setup-for-mysql-128747.html
DB access just by a DB tool, such as DBVisualizer.
the problem is the port 3306, we cannot see it active to respond, however, the site running as expected
JIRA instance is working as expected, no issues so far.
didn't touch DBConfig.xml , should I modify anything ?
the mysql folder on server containing some configuration files, which set 3306 as port.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You want to make sure that the DbConfig file has the exact settings, DB name and all the other details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please, forget the database. You can't write to it safely, and "safely" is going to take you months, if not years, to work out and prove.
It's also designed (well, grown up as anyway) as a data store. SQL is the single worst possible way to report on issue data.
Use the API to do all writes and most reads. That means going through the front-end UI, the REST interface or add-ons.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.