Results 1 to 4 of 4
-
10th Nov 2010, 01:44 PM #1OPBanned
how to edit a mysql?
hello, i have a vbulletin sql.
i want to mass replace words as fuck, xxx for permanently
there are like 100k posts
how can i edit this?
i dont want to use the replace word option in admincp, how can i edit directly in the sql file?
any tools?kuzukuzu Reviewed by kuzukuzu on . how to edit a mysql? hello, i have a vbulletin sql. i want to mass replace words as fuck, xxx for permanently there are like 100k posts how can i edit this? i dont want to use the replace word option in admincp, how can i edit directly in the sql file? Rating: 5
-
10th Nov 2010, 01:47 PM #2Member
Unix / Linux
sed -i ‘s/fuck/xxx/g’ sql_file.sql
Coding Horror Fan
I don't read PM's frequently .
-
10th Nov 2010, 04:39 PM #3Respected Member
I don't know the name of your VB post table but here is the mySQl command.
update post set pagetext=replace(pagetext,'fuck','xxxx')
Make sure you have a db backup in case you type something wrong.
-
10th Nov 2010, 04:42 PM #4MemberWebsite's:
fsdwarez.orgjust censor the words from admincp, thats the easiest way to replace them.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Edit pr?b
By Chris2k in forum Web Development AreaReplies: 4Last Post: 6th Feb 2012, 05:38 PM -
(vB 4.1.3) (Edit Required) Edit from code box
By champ_007_bond in forum vBulletinReplies: 0Last Post: 15th Dec 2011, 08:20 PM -
can u edit this ?
By Mars in forum WordpressReplies: 1Last Post: 27th Sep 2011, 10:36 PM -
MYSQL Error while Import via MYSQL Dumper (Error
By desibreaker in forum Server ManagementReplies: 10Last Post: 5th Aug 2011, 07:26 PM -
How to edit nav bar?
By lig}{tning in forum IP.BoardReplies: 3Last Post: 28th Oct 2010, 05:32 PM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...