Installing Vivaldi for MySQL
Follow this setup guide to deploy and configure your Vivaldi web application environment.
First-Time Installation Instructions
Complete the following steps to deploy Vivaldi to your web host or local server:
-
Extract Application Files: Extract the contents of your downloaded Vivaldi zip file into your target web server directory (e.g.,
/public_html/vivaldi/). -
Open Configuration File: Open
/config/databases.phpusing a code editor or text editor of your choice. - Configure Database Connection: Supply your MySQL hostname, database name, username, and password credentials as detailed in the file comments.
-
Save Changes: Save and close your edited
databases.phpfile. -
Run the Automated Installer: Open a modern web browser and navigate to your setup path:
http://yourwebhost.com/yourfolder/ogs/installer.php
-
Secure the Deployment: Once the installation finishes successfully, delete
/ogs/installer.phpfrom your server to prevent unauthorized configuration resets. - Initial Administrator Login: Log in using the administrator credentials provided in your initial purchase confirmation email.
Video Walkthrough: Initial Setup
Driver Compatibility Notice
If you encounter an error stating that your web server does not support the MySQLND (MySQL Native Driver), locate library.php and set the constant NoMySQLND = 1 to enable the alternate record-fetching fallback method.