USE mysqlINSERT INTO user VALUES('localhost','Joe',PASSWORD('joejoe'),'Y','Y', 'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');FLUSH PRIVILEGES;select * from user;