Everytime I try to run the audition sql file I continue to get this error:
http://www.geocities.com/angelic_koneko/Query.jpg
Can somebody please help me with this problem?
Printable View
Everytime I try to run the audition sql file I continue to get this error:
http://www.geocities.com/angelic_koneko/Query.jpg
Can somebody please help me with this problem?
I can't see the image! --> can you upload it to another host??
What program are you useing to query the databases?
im using apache with mysql
I'm using the Query Analyzer.
http://i5.photobucket.com/albums/y19...gome/Query.jpg
use mysqlcc and it should work
Now it gives me some error saying:
Could not load Syntax File
Install mysql 5.0 and mysqlcc with those 2 it should work to query because those sqls are version 5 of mysql so you would get an error if you try on version 4 unless it was backed up by navicat but its not
theres an easier way.. use navicate lite to import the database.. works fine with me now..
slick can you teach me how to make the game save its progress and t make the ranking work? thanks in advance
those are mysqlcc/sqlyog scripts it shouldnt be able to load in navicat unless it was a navicat backup file
I know it's a little bit off topic, but there is another issue I'm having.
When I use the Hex Editor to open the file and search for ragezoneau it says string not found.Quote:
Step 5: Setting the root password
Start>Run and type in "cmd" and in Command Prompt, go to the directory where you installed MySQL 4.1 and execute the following command.
mysql -u root -p
Then enter your root password which you already set earlier.
For Eg: If your password is "ragezone" then type in the following format.
ragezone [Press Enter]
SET PASSWORD FOR [Press Enter]
'ragezoneau'@'%' = OLD_PASSWORD(''); [Press Enter]
Here "ragezoneau" stands for the root admin ID and % stands for the host name which you initially defined. And Old Password is given as a null.
NOTE: But if you wish to use a different username and not "ragezoneau", then you need to follow the following procedure.
In the GameDBAgent folder of the server files you will find DBAgentPay.exe - Open this file in a hex editor and search for "ragezoneau" and replace it with your own Username.
In the LoginDBAgent folder of the server files you will find another DBAgentPay.exe - Open this file in a hex editor and search for "ragezoneau" and replace it with your Username.
errr... the pw for the exes and users are root