View Single Post
  #10  
Old 04-30-2006, 04:02 AM
Aonelyn's Avatar
Aonelyn
Hill Giant
 
Join Date: Jul 2005
Location: Felwithe
Posts: 192
Default

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');
__________________
lol.
Reply With Quote