Go to the start menu. Then run, then type in the box cmd . Then type cd c:\mysql\bin . Then type Mysql -u root mysql . then type use yourdatabase .
where yourdatabase is put the name of your database.
Then type this
Code:
insert into account (name,status, minilogin_ip) values('Aonelyn',255,'127.0.0.1');