viperstyx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: run akismet for all allready approved comments*bump*
i have this same question. i just installed akismet and i’ve had my blog for a couple years now so ive got a ton of comments that are already approved and many of them are spam. is there a safe and easy way to have akismet check them? preferably one that doesnt actually use an HTTP request since php, my webserver, and fireforx all dont like long running scripts?
im really not too excited about updating all the
comment_approvedfields to 0 and then running akismet and then changing all the non-spam back to 1…Forum: Installing WordPress
In reply to: yet another establishing db errorwell, the following worked.
because im using mysql 4.1 i had to force mysql to use the old password function for setting my wp user pass:
mysql> SET PASSWORD FOR
-> user @ localhost = OLD_PASSWORD("password");
the white space on either side of the @ should be removed.Forum: Installing WordPress
In reply to: yet another establishing db errorawesome, that last link gives a great explination. thanks! between podz and anon i think i can get everything working now =]
Forum: Installing WordPress
In reply to: yet another establishing db errorwow thats really lame. ill have to try that tomorrow. anyone have a clue WHY the latest version of mysql doesnt work with wordpress?