Quote:
Originally Posted by Spyike
Go to PHPMYADMIN and execute the following query:
SELECT *
FROM `user`
WHERE `birthday` LIKE '%1901%'
LIMIT 0 , 30
When the list of results comes up, you can easily see which users you can either 1) Manually modify their birthdate via ACP or 2) Update all via SQL query
|
Thats a bit over my head, I would update all to like 1980 for now, so how would I do that?
Thanks