cakephp error. Connection to database …not …: Access denied for user 'my_app'@'localhost' (using password: YES)
问题 I am trying to start CakePHP. I made bookmarker and tested by command bin\cake server . It showed one error as connection to database could not be established: SQLSTATE[HY000] [1045] Access denied for user 'my_app'@'localhost' (using password: YES). I read the config/app.default.php file. It says there is a database my_app and another database test_myapp with some users. I can not find these databases in phymyadmin in xampp. Am I supposed to create the named databases and users manually? I