mysql> GRANT ALL PRIVILEGES ON *.* TO root@localhost IDENTIFIED BY ' your current password ' WITH GRANT Insert the host and password This section will allow to insert the host's name and user account ...
└─13870 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib64/mysql/plugin --log-error=/var/log/mariad... Dec 16 17:59:54 ip-172-31 ...
I run a mysql container binding port 3306 in my localhost (windows 10 system) . docker run -d --name demo_mysql -v f:/mysql/data:/var/lib/mysql -p 3306:3306 -e MYSQL ...