Why you open new thread for the same thing i just answer on your other thread ? Connect to your database with navicat/heidisql or other software, and open the database you use right click choose console: then paste the query i gived you to make an account, but i dont know wich db u are using so it might be
insert into my2.account (name,password) values('test','53b6320eb06e2c62888a6d1739cd24bd');
or
insert into account.account (name,password) values('test','53b6320eb06e2c62888a6d1739cd24bd');
depending how your db is structured, cheers