mysql> CREATE DATABASE xoops; mysql> GRANT ALL PRIVILEGES ON xoops.* TO xoops@localhost IDENTIFIED BY 'adminpassword'; mysql> FLUSH PRIVILEGES; mysql> quit
on the root of the html-directory: chmod -R 0777 ./
Hi, I've followed the steps to create mysql db and everytime it comes up with "Could not connect to the database server."