I have remote access to root
user.
The statement to create the user is as follows:
CREATE USER 'auser'@'%' IDENTIFIED BY 'auser';
GRANT ALL ON `MyDB`.* TO 'auser'@'%';
flush privileges;
This auser
account cannot log in remotely, what is the reason?
PS. Use navicat to log in to the database prompt: 2013 - Lost connection to MySQL server during query