Quote:
Originally Posted by everlastnmn
And where would you update this code to ? Is there a way to do this through HeidiSQL ?
|
Its really simple.
If you are using windows and you did the step-by-step install of MySQL using the guide provided on the wiki, just go to...
1. Start->Menu->(You should see something related to MySQL)MySQL->MySQL Server 5.1(in my case)->MySQL command line client (click on this).
2. A black-command-line window appears asking for your password. You just need to type in the password you gave when doing the MySQL installation.
After that, and if you typed the correct password, you are inside the database manager.
type: use peq; (this is only if you chose the PEQ database) or use ax_classic;(only if you chose Angelox database).
now you can type the UPDATE.... that was posted earlier.