I want to create a new row in a table in my database and insert the following:
user_notify_mod TINYINT(1) NOT NULL;
I have read the instructions for phpMyadmin but still can't figure out how to do it.
I got as far as viewing the table in my browser and clicking on "Insert" but after I clicked "Insert" the only choice I had was to:
Insert as new row -- And -- Return
Or
Insert a new record
This was at the bottom of the page. Being Daring (or other names) I tried both but I get an error when I do this. I didn't want to try again for fear of messing up the database which I may have done already. Where do I go from here?
How do I create a new row using phpMyAdmin? I am new at this (obviously) so your help is greatly appreciated.




Bookmarks