Find out exactly where CVS put the files from the database. I belive they are going to C:\peqdb\peq_db. Simply search them up in Windows explore to find out where they are. When you load up cmd prompt, navigate to that directy and type in DIR. This will listt all the files in the part of the directory tree you are in. You should see several .sql files. Once you see them type in the mysql -u root -p command and then follow the rest of the guide doing create database peq; ect.....
|