Mysql
 sql >> Database >  >> RDS >> Mysql

Come passare i parametri a MySQL

devi aggiungere il parametro -e

cmd /c mysql -u root -p -e "GRANT ALL ON *.* TO 'newuser'@'localhost' IDENTIFIED BY 'pass'"