Hello together,
as i am not able to reach my database via ILIAS Setup webinterface i have created a client.ini.php file manually in ../ILIAS/data/IliasClient and added following information into the file:
[db]
port = 3306
type = "innodb"
host = "127.0.0.1"
user = "root” (also tried with user "ilias")
pass = "********"
name = "ilias”
structure_reload = "0"
By doing that i was able to continue the setup on the webinterface (although i think it is not the ideal way to setup the client).
But unfortunately i could not move past the setup-step "Contact Information" because there is missing the "Next"-Button (see third screenshot).
As i am almost done with the ILIAS-installation i am thankful for all incoming ideas that would help me finishing the setup.
Kind regards