CREATE USER 'monty'@'localhost' IDENTIFIED BY 'some_pass'; GRANT ALL PRIVILEGES ON *.* TO 'monty'@'localhost'; FLUSH PRIVILEGES;
http://dev.mysql.com/doc/refman/5.1/en/adding-users.html
slashgeo maploser geomusings adamestrada