create database basedatos; create user usuario identified by 'clave'; grant all on basedatos.* to usuario;