View Single Post
  #7  
Old 06-22-2012, 05:47 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

(Using HeidiSQL) In the left window, 'open' peq and select the 'accounts' table.

This should bring up the table format in the right window. There are multiple tabs here..select 'Data' to see the actual table values.

If you don't have anything here, then your sourcing didn't take... You can manually enter this data since you're already in the right
place.

Just right-click and select enter new row, then enter the values according to their order in the 'INSERT' command (i.e., status = 250,
minilogin_ip = 127.0.0.1, etc...) If a field is left blank, then the default value will be used. (If a field absolutely requires a value, then
you will either an error message, or the entire action will not be processed. If you're editing a table directly, then don't use single or
double quotes..they're only needed when executing a query command.)

Try this and see where you are.


U
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote