View Single Post
  #3  
Old 11-20-2004, 04:08 PM
Dvinn
Fire Beetle
 
Join Date: Nov 2004
Location: The Emerald City, Oz
Posts: 20
Default

Quote:
Originally Posted by shanxi
I would ask how to set that all up to run automatically but that'd be too bold
Quite a subtle hint there . Here's how you can set it up nice and easy...

- Highlight the text in the "Code:" section of the post. Hit Ctrl-C (or whatever your browser or OS uses to copy text).

- Crack open Notepad (or some other text editor if you're not on a Windows machine).

- Paste the text into your text editor (Ctrl-V if you're using Windows and Notepad).

- Save it into your mysql\bin folder as "podfixes.sql" or something similar.

- Run mysql.exe

- Tell mysql which database to use (i.e. "use eq;")

- In mysql, type "source podfixes.sql;" and hit [ENTER].

- Rejoice as your Priests of Discord are fixed
Reply With Quote