I am installing my app to a new php 5.4 Centos 6 server.
I’ve gone thru the steps, but when I startup my app via the url, it says it can’t login to my database using root, which is correct, because I now user a different username.
I never get to the screen so I can setup the database for my server.
How can I either force that screen so I can put the user I want to use, or where can I manually change the username it’s going to use?
Thanks