View Single Post
  #7  
Old 12-31-2009, 07:54 AM
antioch
Fire Beetle
 
Join Date: Dec 2009
Posts: 23
Default

Either use your SQL frontend like Navicat to insert the entry or use the mysql command line. To use the command line;

1. Open your DOS Shell
2. Type: mysql -u root -p
3. Enter your password
4. Type: use DB (where DB is the database you use)
5. Enter the code as shown above, changing the values to your preference
Reply With Quote