SmakDaddy
Wed 14th May '08, 10:34pm
I am trying to use phpMyAdmin to insert just a few fields from my old user database on my old non-forum system. The sample query I listed below works but in this example, I was inserting the data for my site moderators.
INSERT INTO `user` VALUES('', '7', '', 'SampleUserName', '6937360e755b1aa80e0b9a719a78daa2', '', 'fake@address.com', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '');My issue is that when my moderators post anything to the forums, they're listed with guest under their usernames and their post count does not increase. I think they're also having other issues as well and I'm thinking that it's all related to the user info in the database.
Is there something I missed or that I need to add to my queries? I will be inserting about 1000 member accounts into this system but I don't want to go any further until I can get the information to insert correctly. No point in adding them to the system until they can jump in with both feet.
Thanks in advance!
INSERT INTO `user` VALUES('', '7', '', 'SampleUserName', '6937360e755b1aa80e0b9a719a78daa2', '', 'fake@address.com', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '');My issue is that when my moderators post anything to the forums, they're listed with guest under their usernames and their post count does not increase. I think they're also having other issues as well and I'm thinking that it's all related to the user info in the database.
Is there something I missed or that I need to add to my queries? I will be inserting about 1000 member accounts into this system but I don't want to go any further until I can get the information to insert correctly. No point in adding them to the system until they can jump in with both feet.
Thanks in advance!