
- #Create database mysql linux how to#
- #Create database mysql linux drivers#
- #Create database mysql linux driver#
- #Create database mysql linux password#
- #Create database mysql linux windows#
#Create database mysql linux password#
This is the password for your dedicated database user. In the example above, this is confluenceuser. This is the username of your dedicated database user. The database URL is entered in this format:

This is the name of your confluence database. If you didn't change the port when you installed MySQL, it will default to 3306. This is the hostname or IP address of your database server.
#Create database mysql linux driver#
The driver file will be called something like mysql-connector-java-8.0.xx-bin.jar
#Create database mysql linux drivers#
Head to Database JDBC Drivers and download the appropriate driver.To make your database driver available to Confluence follow the steps below for your MySQL version.
#Create database mysql linux 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.)
#Create database mysql linux windows#
Edit the my.cnf file (m y.ini on Windows operating systems) in your MySQL server.Select Modify Security Settings to enter and set your MySQL Server (root) access password.Note: If you choose not to install the MySQL Server as a Windows Service, you will need to ensure that the database service has been started before running Confluence. Refer to the MySQL documentation for further information. If your hardware is going to be used as a dedicated MySQL Server, you may wish to choose the options to Install As Windows Service (and Launch the MySQL Server automatically). For the Windows configuration option, choose whether or not to install the MySQL Server as a Windows service.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, utf8mb4).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.
