[Loris-dev] LORIS installation inquiry -- regarding

이유부 basilia1123 at gmail.com
Mon Aug 12 20:23:32 EDT 2019


Dear Sir/Madam,

We are currently trying to install LORIS on Ubuntu 18.04 platform following
the steps from https://github.com/aces/Loris/wiki/Installing-Loris-in-Depth

1. Following the above link, we installed the prerequisites mentioned in
https://github.com/aces/Loris/wiki/Installing-Loris-in-Depth#getting-prerequisites,
which are all verified to be installed normally.

2. We ensured that mySQL credentials are set up properly (as pasted below)
mysql> select host, user, authentication_string from user
    -> ;
+-----------+------------------+-------------------------------------------+
| host      | user             | authentication_string                     |
+-----------+------------------+-------------------------------------------+
| localhost | root             |                                           |
| localhost | mysql.session    | *THISISNOTAVALIDPASSWORDTHATCANBEUSEDHERE |
| localhost | mysql.sys        | *THISISNOTAVALIDPASSWORDTHATCANBEUSEDHERE |
| localhost | debian-sys-maint | *C9BF7C6E59BFF0FA879E6650D174264C9EE87F25 |
+-----------+------------------+-------------------------------------------+
4 rows in set (0.00 sec)

mysql> update user set authentication_string=password('yubu') where
user='root';
Query OK, 1 row affected, 1 warning (0.00 sec)
Rows matched: 1  Changed: 1  Warnings: 1

mysql> flush privileges;
Query OK, 0 rows affected (0.01 sec)

mysql> select host, user, authentication_string from user
    -> ;
+-----------+------------------+-------------------------------------------+
| host      | user             | authentication_string                     |
+-----------+------------------+-------------------------------------------+
| localhost | root             | *E311E16EECE7E8900098CFEB4103D5266A343F5F |
| localhost | mysql.session    | *THISISNOTAVALIDPASSWORDTHATCANBEUSEDHERE |
| localhost | mysql.sys        | *THISISNOTAVALIDPASSWORDTHATCANBEUSEDHERE |
| localhost | debian-sys-maint | *C9BF7C6E59BFF0FA879E6650D174264C9EE87F25 |
+-----------+------------------+-------------------------------------------+
4 rows in set (0.00 sec)

3.  We then opened  http://localhost/installdb.php and have gotten the
login page for LORIS installation and typed the credentials as follows:
[image: Screenshot from 2019-08-13 09-14-51.png]
4.  Once we submitted the page we obtained error as follows

[image: Screenshot from 2019-08-13 09-14-56.png]



We really do not know how to proceed further from this point onward.
Kindly let us know how to proceed further in order to get the LORIS
installed.

Thank you.

Your Sincerely,

======================================================

Yubu Lee, Ph.D.

Research Professor,

Center for Neuroscience Imaging Research, Institute for Basic Science


#86332, N Center, SungKyunKwan University
2066, Seobu-Ro, Jangan-gu, Suwon, Gyeonggi-do, 16419, Korea

E-mail: basilia1123 at gmail.com

Tel: +82-31-299-4411

Fax: +82-31-299-4506

======================================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.bic.mni.mcgill.ca/pipermail/loris-dev/attachments/20190813/f85098c9/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2019-08-13 09-14-51.png
Type: image/png
Size: 283124 bytes
Desc: not available
URL: <http://mailman.bic.mni.mcgill.ca/pipermail/loris-dev/attachments/20190813/f85098c9/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2019-08-13 09-14-56.png
Type: image/png
Size: 124916 bytes
Desc: not available
URL: <http://mailman.bic.mni.mcgill.ca/pipermail/loris-dev/attachments/20190813/f85098c9/attachment-0003.png>


More information about the Loris-dev mailing list