It just can't be this hard! I have no programming experience, but am taking some pretty good dreamweaver / HTML course that are introducing us to the fundamentals of dynamic websites using Coldfusion and mySQL.
So, I've created some simple mySQL databases (mySQL 5.1). Created the tables in Administrator. Added the data using the query browser (next week we learn other ways to add data to tables

). I'm doing all of this on my laptop that I take to class. I'd like to transfer this work to my home desktop. Transferring the actual site (.cfm & html) pages is no hassle -- just copy the files to the corresponding directory from my laptop to my desktop. But I can't figure out how to transfer the actual database table data. Not the schemas or tables. But the data. I've been googling the subject, and keep coming up with answers about "generating scripts" or using something called a "mySQLdump", but I don't have the working knowledge to understand the instructions.
People must do this all the time if they are moving from one host to the next. Any simplified help would be appreciated. Oh yeah, system specs:
Laptop is running Win7 home premium, that stores schemas (?) under Users/Program Data. I will be transferring files to an XP machine (XP has a different place that stores this information). I'm currently using Coldfusion 8 developer edition to interact with dreamweaver. I am running all sites on a "local" server, and not uploading the files. I'm using Adobe dreamweaver CS3 to create sites. Coldfusion, Dreamweaver, and mySQL 5.1 are loaded on both machines in the same directories.
Oh yeah. Windows 7 doesn't play nicely with XP for file sharing (I finally gave up on that one). Only works one way. Win7 can see and edit files on XP machine, but XP cannot do the same unless files are in the "public" directory on the Win7 machine.
Any help would be appreciated. Even explaining to a BONEHEAD LIKE ME how to execute the mySQLdump procedure. I guess I have to take programming next semester.
Thanks in advance,
W!