Looking for a fast way to compare two large databases
i have two mysql databases that are supposed to be relatively synched. One is the student database for my school (about 28,000 records), and the other is a Moodle database (about 33,000) which should contain a user account for each student.
The two databases share a few fields, the primary key being the student’s idnumber. [...]