Why do I get "Access Denied" error when trying the mysql command from command line?
mysql -u saokart_saokart -p=secret saokart_testdb
ERROR 1045 (28000): Access denied for user 'saokart_saokart'@'localhost' (using password: YES)
Mysql user name and password are not the actual values.