insert into users@gamedb(id,username,pass)(
select id,username,pass from users@wwwdb where id not in ( select id from users@gamedb));
run that every 30 minutes and you will be fine ;)
oh and you may want to
update users@gamedb a set pass = ( select pass from users@wwwdb b where b.id = a.id ...
Search found 2 matches
- Fri Apr 01, 2016 9:21 pm
- Forum: Technical Support Center
- Topic: [TUTORIALS FOR BEGINNERS] (Launching, errors...)
- Replies: 190
- Views: 138690
- Thu Mar 31, 2016 8:15 pm
- Forum: Technical Support Center
- Topic: invalid name/ password
- Replies: 97
- Views: 43338
Re: invalid name/ password
Guys u may want to look into it , i just created two accounts , all giving me invalid password , changed pass on one , ans it is still not working