If mysql tries to start but exits immediately with an “access denied” message you need to specify connection parameters. The most commonly needed parameters are the host to connect to (the host that runs the MySQL server), your MySQL username, and a password. For example
%mysql -h localhost -p -u cbuser
网友评论