twilio / OpenVBX

OpenVBX is a web-based open source phone system for business.
http://openvbx.org
Other
700 stars 341 forks source link

MySql peventing Installer from running #411

Closed codydaig closed 6 years ago

codydaig commented 6 years ago

I'm trying to install OpenVBX and the first step that checks the server is preventing the install from continuing because mysql isn't installed. MySql is not installed on the server, it lives on a separate server. So, how can I continue through the installation without mysql being installed?

Additional Information: I'm installing this on a Dreamhost Shared Hosting Server and the mysql servers are separate from the php servers.

Thanks!

ahmed-sigmalux commented 6 years ago

I worked around this by proxying port 3306 from localhost to an external MySQL server. After you get past the installation check, you can change the MySQL host to any external IP.

codydaig commented 6 years ago

It was the PHP version. I was running PHP version 7 and the status page said good to go, but in reality that was the issue.

navinkr91556 commented 4 years ago

Normal web server are using Cpanel and Cpanel use MariaDB on the server. The MariaDB is highly compatible with MySQL. The applications OpenVbx which require MySQL, not MariaDB. If you want to use it then go on cloud and install manually Apache, MySQL.

For more information on how to install OpenVbx on cloud check out this link:- Install OpenVbx