I tried to create a mysql database using the following command:
shell>bin/mysqladmin --password=pass create web_db
and got this error message:
bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: YES)'
please help me resolve this issue.
shell>bin/mysqladmin --password=pass create web_db
and got this error message:
bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: YES)'
please help me resolve this issue.