View Single Post
  #13  
Old 12-23-2008, 06:51 AM
kiirdiir
Sarnak
 
Join Date: Apr 2007
Posts: 42
Default

Quote:
Originally Posted by 1magus View Post
Ok about the guide umm I cannot find the peqdb_XXXXRevxxx.sql file for download anywhere its like its missing or not very clear of where it's link is located
It's in the CVS. Remember this page? You need to extract the .gz file to get the peqdb_XXXXRevxxx.sql file. (If the .gz file is not there then redownload via the CVS.)

Example: extract peqdb_1129Rev233.sql.gz to peqdb_1129Rev233.sql and then source it.

Quote:
Originally Posted by cavedude View Post
System tables - This is the actual content of the db. If you have custom changes or the like, I don't recommend using this as all of your custom data will be destroyed! First, extract peqdb_XXXXRevxxx.sql.gz with WinRAR or another compression program that supports gz into the same dir as all the other sqls. (If you get a corrupt SQL or an error message while extracting, then your program DOES NOT properly support it!) Then, at the mysql command prompt do source drop_system.sql and then source peqdb_XXXXRevxxx.sql. This can take some time so be patient.
Follow the guide and all of it's relevant notes and links.
Reply With Quote