From: Michael Parchet Date: April 9 2012 1:34pm Subject: How to create a user ? List-Archive: http://lists.mysql.com/community/387 Message-Id: <4F82E568.2080803@sunrise.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Le 08.04.12 19:34, Neil Armitage a écrit : > mysql5 -u root -pmyRootPassword Good, it work. Now I wold like to create a user. I fond the create user command but it don't work. Here is my command : CREATE USER username [IDENTIFIED BY [PASSWORD] 'userpassword'] Do I a syntax error ? Tanks for your help. Best regards mparchet