- Joined
- Aug 21, 2023
- Messages
- 40
- Reaction score
- 0
Hello,
I am learning MYSQL by a book and the first lesson is to login to mysql via command Terminal. When I type
I get the error
. I asm using XAMPP on macOS Monterey. If anybody knows what to do it would be helpful.
I am learning MYSQL by a book and the first lesson is to login to mysql via command Terminal. When I type
Code:
/Applications/XAMPP/bin/mysql -u root -pmysql
Code:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)