Topic: mysql connection strange issue at the least
maybe this isn't a bew post but i'm new here.
running mysql server at hostname,port 33060, user and password
I've entered for server host hostname:33060, my username, password and pre-created empty database dbaccount.
When trying to proceed to installation step 3 I receive "Cannot connect to database. User or password is invalid or you have no permittions to create database."
I'm database administrator of my own database server and I can create databases remotely via linux terminal.
My question: What did I do wrong?
I found the problem. Mysql safe mode was on in php.ini file.
Now I can install everything.