Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
INSERT INTO `users` VALUES (1,'admin','MYENCRYPTEDPASSWD','MYEMAILADDRESS',0,0,0,'','',1142527238,1170204672,1170203335,1,'0','','','MYEMAILADDRESS','a:0:{}');
Comments
I added user 1
I solved it this way:
INSERT INTO `users` VALUES (1,'admin','MYENCRYPTEDPASSWD','MYEMAILADDRESS',0,0,0,'','',1142527238,1170204672,1170203335,1,'0','','','MYEMAILADDRESS','a:0:{}');
THanks for the solution
THanks for the solution haisam. It worked for me on 6.x
for 6.13 needed to add a couple of columns
This is what worked for me in 6.13 - thanks for making it so easy....