MariaDB install error - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: MariaDB install error (/showthread.php?tid=466) |
MariaDB install error - rslemer - 10-23-2016 I try install coreBOS in CentOS 7 with mariaDB but install showed 10.1.18 -> MySQL version is not supported, kindly connect to MySQL 4.1.x or above RE: MariaDB install error - joebordes - 10-23-2016 Try this patch: https://gist.github.com/joebordes/252f99c34371efb54f8de27d7db8d955 that will deactivate the version check and permit you to continue the install. Note that I have not tried this so I don't know if it will work. I am very interested in doing it. So please share your results with me. I will help you get it working and ask you to do some tests for us. If it works I will change the application to permit this directly. RE: MariaDB install error - rslemer - 10-23-2016 diff --git a/include/install/resources/utils.php b/include/install/resources/utils.php diff: unrecognized option '--git' diff: Try `diff --help' for more information. RE: MariaDB install error - joebordes - 10-23-2016 Just add the two lines. The correct command is: Code: patch -p 1 < deactivatemysqlcheck.diff RE: MariaDB install error - joebordes - 10-25-2016 This is the correct fix: https://github.com/tsolucio/corebos/commit/abc9d63ecd5bf51cae50b8b0a3d2ae63b9dee590 I tried it and it seems to be working correctly. The install went correctly and I did some navigating around. Please grab the latest version of the code and try again when you can and let me know how it goes. Thanks! RE: MariaDB install error - rslemer - 11-17-2016 I will try again, and post that results, at soon |