Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MariaDB install error
#1
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
Reply
#2
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.
Joe
TSolucio
Reply
#3
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.
Reply
#4
Just add the two lines.

The correct command is:


Code:
patch -p 1 < deactivatemysqlcheck.diff
Joe
TSolucio
Reply
#5
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!
Joe
TSolucio
Reply
#6
I will try again, and post that results, at soon
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)