Hi folks,
i've got these error after running "phing" command:
/var/www/html/ministra/infomirgroup-stalker_portal-2feec3a9f374/deploy/build.xml: /var/www/html/ministra/infomirgroup-stalker_portal-2feec3a9f374/deploy/build.xml: Mysql - ERROR 1045 (28000): Access denied for user 'stalker'@'localhost' (using password: YES)
cat /var/www/html/ministra/infomirgroup-stalker_portal-2feec3a9f374/server/custom.ini
mysql_pass = a1
If i try to connect with these password, everithing is ok:
mysql -u stalker -pa1
mysql: Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 40
Server version: 5.7.17 MySQL Community Server (GPL)
Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| stalker_db |
+--------------------+
2 rows in set (0.00 sec)
So whats the problem ?!
Thx in advanced