

- #Mysql os x database location how to
- #Mysql os x database location drivers
- #Mysql os x database location driver
- #Mysql os x database location windows
JDBC is the recommended method for connecting to your database. The Confluence setup wizard will guide you through the process of connecting Confluence to your database.
#Mysql os x database location driver
The driver file will be called something like mysql-connector-java-8.0.xx-bin.jar Head to Database JDBC Drivers and download the appropriate driver for MySQL 8.You can't use MySQL 8.0 with Confluence 7.1 or earlier. Restart Confluence then go to your browser to continue the setup process.jar file in your /confluence/WEB-INF/lib directory. The driver file will be called something like mysql-connector-java-5.1.xx-bin.jar
#Mysql os x database location drivers
#Mysql os x database location how to
If Confluence is not running on the same server, replace localhost with the hostname or IP address of the Confluence server.Ĭheck out the Confluence Installation Guide for step-by-step instructions on how to install Confluence on your operating system.ĭue to licensing restrictions, we're not able to bundle the MySQL driver with Confluence. Specify the default character set to be utf8mb4: Locate the section in the file, and add or modify the following parameters: (Refer to MySQL Option Files for detailed instructions on editing my.cnf and my.ini.)
#Mysql os x database location windows

For more information, see Configuring Database Character Encoding. This will ensure Confluence's support for internationalization. For the MySQL server's default character set, choose Best Support For Multilingualism (in other words, UTF-8).Refer to the MySQL documentation on setting the networking and server SQL modes for further information. For the networking options, ensure the Enable TCP/IP Networking and Enable Strict Mode options are selected (default).You can use one of the presets or enter a number manually.


Using the MyISAM storage engine can lead to data corruption in Confluence. You must use the InnoDB storage engine with Confluence.
