I'm stuck at this stage. please help.
Bingo@bingo:~/proxypool/payout$mysql -u proxypool -p proxypool < db.sql
Enter password:
ERROR 1045 (28000): Access denied for user 'proxypool'@'localhost' (using password: YES)
What is the correct password?
You created that password just a little earlier.
CREATE USER 'proxypool'@'localhost' IDENTIFIED BY 'insert-password-here'; <--that password.