ssh: mysql -h localhost -u root -p use mysql; update user set password=PASSWORD("mynewpassword") where User='root'; CREATE DATABASE `alfonsodelhierro2011_2012` DEFAULT CHARACTER SET utf8 COLLATE utf8_spanish_ci;