mysql -u "$rootUser" "-p$rootPassword" -e "create database $db" mysql -u "$rootUser" "-p$rootPassword" -e "CREATE USER '$user'@'$host' IDENTIFIED BY '$password ...
Hi, I get an error when executing the provided create mysql user statement. My mysql version is: (Server version: 5.6.35 MySQL Community Server) The execution ...