CREATE USER 'novousuario'@'localhost' IDENTIFIED BY 'password';GRANT ALL PRIVILEGES ON * . * TO '...
sudo /etc/init.d/mysqld stopsudo /etc/init.d/mysqld statussudo mysqld_safe --skip-grant-tables &m...
One Insert statement for each data row mysqldump --extended-insert=FALSE
Store passwords Edit the file ~/.my.cnf and adapt the following code: [client]user=rootpassword="...