Blah stupid newb question...
I cannot figure out what im doing wrong. Ive had a server before and I never could get mysql to source it I did it manually... Im sorry if this is redundant and I look like a moron but idk what im doing wrong.
I've followed the newest setup guide word for word. Only thing that varies is my version of mysql. I could not locate a v 5.10 the only one I could get was a 5.12. All Is well except when I go to source it. http://img28.imageshack.us/img28/3813/errorxp.jpg |
change to the directory the SQL scripts are stored in before you start mysql
|
you can also use this from a command line instead of sourcing from a mysql command prompt (for use in batch files)
mysql -u<username> -p --database=peq < PATH\TO\peqdb_revXXX.sql |
The problem is that you are not including a file path.
The following example will work if peqdb_rev2294.sql is located in base C:\ Code:
source c:/peqdb_rev2294.sql |
http://img43.imageshack.us/img43/4540/error2wm.jpg
I've even downloaded a new Rev and uninstalled mysql and still nothing... its gotta be something small and dumb im missing. |
You need to unzip the peqdb_rev2294.sql.gz file (note that it has a file type of GZ file, not SQL file).
As the icon is not a zip file icon, make sure you have winzip or winrar installed to be able to unzip it (can't remember if winzip handles .gz, but I think winrar does). |
Also, do NOT source in the database like you are doing with the path. That is simply going to cause you more problems since you do not know what you are doing in the first place. If you were a more advanced computer user there are ways to do it but you are obviously not.
Do as I instructed and change to the peqdb folder BEFORE you start mysql. Download DB from SVN. Unzip it. open a command prompt. type: cd \peqdb type: mysql -uroot -p peqdb enter your DB password when prompted source the sql file source load_player sql file. |
Yes that was my issue... for some reason winrar was not acting as my default extractor and I failed to notice the gz extension. Thanks alot! :)
|
Everything is sourced and ready my only error now is that its looking for perl510.dll in which im assuming is perl 5.10 and the only ones i could find are 5.16, 5.14 and 5.12... anyway around this?
|
i've never tried using strawberry perl instead of active state's, but they have 5.10 up for download still.
|
Thanks C0ncrete that actually helped. I copied the perl510.dll out of it and placed it in my bin folder and it worked. Thank you everyone for your help.
|
All times are GMT -4. The time now is 01:24 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.