Missing parts of the install guide?
First the link to the perl and mysql part is a dead link.
But thats not my prob atm.Ive followed it to the letter and im to the point of sourceing the database. Create database peq;worked use peq;worked source peqdb_rev1265.sql;error 2 Yes its unzipped and in the folder that the guide says to put it. Whats missing from the guide? |
Did you launch your mysql from the same directory your .sql file was located?
|
Install guide never meantioned anything like that.Dont really understand what you are talking about actually.So,no i havent.Dont know how either.Ty though
|
Try adding in the full path to those files you are trying to source. If they are stored in "C:\peqdb\", then you would need to enter something like this instead:
Code:
source C:\peqdb\peqdb_rev1265.sql; Code:
c: Code:
mysql -u root -p Then, continue the rest of the steps such as: Code:
use peq |
none of that worked.
BUT i did get it to source rev1265 by moving it all to c: then typing mysql>source c:\peqdb_rev1265.sql; Then i went to source the load_player. Typed mysql>source c:\load_player.sql; But all i get now is a list of error 2's matching the content listed inside the load_player file,and a list of beeps to go with that error.And before the beep/error list it says unknown command '\l'.Trying it without the ; at the end i get the same list of errors but no unknown command. Tryed 3 diff installs of mysql with same results. This is getting really out there.Wish the guide was complete really. |
Move the database files and directories into the 'MySQL/bin' directory.
Then from the command line change the directory to the 'MySQL/bin' directory: (assuming you installed MySQL on the c: drive) cd\ cd MySQL/bin then run your MySQL commands to connect to the database and source. Run this from the command line: Code:
mysql -u root peq -p \. drop_player.sql \. load_player.sql |
That worked.Sure do appreciate it.Got a new issue now but im searching it more before i post it but all i can find is way old posts year or 2 +.
Btw could someone ask vale to add those querys to the guide for future peeps?Ty |
He cannot edit his post, but anyone is able to edit the wiki page he made for it that is linked at the top of his post. You just have to make a wiki account, which takes no time at all. Being able to let anyone update the wiki page is the point of having a wiki :P
|
All times are GMT -4. The time now is 10:23 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.