1
During the installation of XOOPS 2.5.1, after clicking next (To Check the Database) at the "Confirm Database Settings" step, the screen turns white and nothing further happens.
-----------------------------------------------------------
confirm database settings
Database Hostname localhost
Database Username root
Database Name xoopsdb
Table Prefix XOOPS
<< restart from the beginning check database >>
-----------------------------------------------------------
I am able to use the database with mysql:
#mysql -u root -p
mysql> use xoopsdb
Database changed
mysql> show tables;
Empty set (0.01 sec)
-----------------------------------------------------------
Does anyone have an idea?