Search
Choose Database
Use the Choose Database window to enter settings used to launch a database.
In the Main Menu, click File, Choose Database.
Alternatively, this window may display when launching Open Dental. This window always displays when launching Open Dental for the first time after installation.
These settings allow the workstation to locate and connect to the Database.
MariaDB SkySQL PEM path: If connecting to a third-party hosted cloud server, enter the file path for the security certificate. The certificate must be accessible from all workstations. Open Dental only references the file created by the third-party host to initialize connection. For information relating to SkySQL's hosting see: https://skysql.com.
To save changes to this window for the next time Open Dental is launched on this workstation, choose Run as Administrator when launching Open Dental.
See Middle Tier.
Instead of connecting directly to the database, there is the option to connect to a Middle Tier which handles all database interactions. Advantages include better security and speed for multiple offices and preventing injection attacks when writing queries.
Advanced: Use connection string: Allows customizing the MySQL connection parameters (advanced users only). See also Oracle.
Example: Server=servername;Port=portnumber;Database=name_of_database;User=username;Password=password;sslca="c:\location\of\sslca.pem"
Dynamic Mode: Automatically downgrades or upgrades to server version.: Use when users need to connect to a database from a different version of Open Dental without updating or downgrading the local client.
When running Open Dental in Dynamic Mode, Open Dental must be run as an administrator. Dynamic Mode cannot be run on the update server.
When checked, if the selected server and database are running a Version different than the currently installed version on the workstation, Open Dental automatically creates a temporary install of the server's version of the Open Dental client into a dynamic folder (typically C:\Program Files (x86)\Open Dental\DynamicMode) and launch the program from there.
The settings on this window are stored in the FreeDentalConfig.xml file in the installation directory. This data is not stored in the database because a database connection has not yet been established.
Multiple Databases: Most users have only one database. However, in Open Dental practices have the option of running many databases on the same computer. For example, Backups could be made of of a database within its original folder. To access a historical snapshot of the data, simply select a database backup to open. Users can also switch between the regular database and a backup on a home computer for read-only purposes. If a user runs a dental billing company, each doctor client can retain a separate database (each office must also have a separate Open Dental license).
To switch between databases, use the Database dropdown. This is only available when the Choose Database window appears upon startup.
Problem: Connection to the MySQL server has been lost.
Solution: This message pops up when the workstation cannot connect to the MySQL server. Open Dental attempts to reconnect until connection is successful or the user aborts (Exit Program).
Problem: Error regarding too many connections.
Solution: In the my.ini file on the server, change the max_connections to 3,000.