--
You received this message because you are subscribed to the Google Groups "Sakai Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sakai-dev+...@apereo.org.
To post to this group, send email to saka...@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/sakai-dev/.
Wow – thanks – this immediately eliminated many errors that have been mystifying and fighting me for a week now!
One elated question – to use mySQL, does one need to install any additional connector? None is described in the Confluence binary install document, but The “Sakai Database Support” page (https://confluence.sakaiproject.org/display/DOC/Sakai+10+database+support) does seem to indicate it.
Can the binary install work OOTB with mySQL?
-------------------------------------------
mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 272 Server version: 5.1.46 MySQL Community Server (GPL) Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to modify and redistribute it under the GPL v2 license Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> create database sakai default character set utf8; Query OK, 1 row affected (0.00 sec) mysql> grant all on sakai.* to sakaiuser@'localhost' identified by 'sakaipassword'; Query OK, 0 rows affected (0.00 sec mysql> grant all on sakai.* to sakaiuser@'127.0.0.1' identified by 'sakaipassword'; Query OK, 0 rows affected (0.00 sec) mysql> flush privileges; Query OK, 0 rows affected (0.00 sec) mysql> quitNot sure if that helps.
Thanks.
I still don’t see any “create your database” instruction in the binary-install page, but now know that it is needed, and where to go for that guide and how to do it.
I think I did follow all the points and issues on that page which you mention, and so would have expected that it should all work. (!)
I did not disable autlddl on second runs, so that might have caused some warnings, but should not be fatal I think.
I was hoping that some of the errors I was getting would be recognizable, and point to a solution.
We have done some other local installs, using Centos, and an older version of tomcat (.55), but are trying to update our procedures and installation.
Thanks for the note and help.
-------------------------------------------
From: Neal Caidin [mailto:neal....@apereo.org]
Sent: Saturday, January 09, 2016 2:01 PM
To: Gregory Guthrie
Cc: Matthew Jones; Matthew Buckett; saka...@apereo.org