Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hallo!,Am running two servers on my machine thus using wamp or apache server under port 8080 and therefore getting difficulties connecting Projeqtor to run.I have changed the databasehost to read localhost:8080 but nothing is happening.Pliz help 🙁
SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
dsn = mysql:host=localhost;port=3306
The above error is what i was receiving before changing the port number to localhost:8080
Further to this, i have also changed the default password for initialization from "projeqtor" to "my own password set in httpd.config"
but nothing comes.As in cannot CONNECT.
If i try to change parameters under tooparameters, as instructed in the tutorial, i get the below error:
Parse error: syntax error, unexpected '<' in C:wampwwwprojectorriatoolparametersLocation.php on line 11
Hi,
The issue you face is not linked to application server by to database access.
The information you provided to connect are not correct.
Please check that :
- database in running
- acces port is default (3306) otherwise change it
- credential is correct (user / password)
As you are on Windows, you can for instance try to connect using external tool such as Toad for MySql : this will help you validate your connection information.