|
|
#1
| ||||
| ||||
|
Mysql Search Replace Updating information within mysql fields. Very useful Code: update table_name set table_field = replace(table_field,'replace_that','with_this'); |
|
#2
| |||
| |||
|
this is handy, used the same to replace our old domain name with a new name Code: UPDATE post SET pagetext = REPLACE(pagetext,'www.olddomain.com','www.newdomain.com') Code: UPDATE pmtext SET message = REPLACE(message,'www.olddomain.com','www.newdomain.com') thanks to Brad for his help. |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Search Engine Optimize vBulletin | T2DMan | SEO vBulletin | 260 | 23rd Nov 08 09:16 PM |
| Search engine visits vBulletin | Linknz | SEO vBulletin | 2 | 18th Aug 06 09:21 AM |
| How do people use search results | T2DMan | 0 | 30th Sep 05 09:49 AM | |
| Search Engine Optimize vBulletin 3.5 | T2DMan | SEO vBulletin | 9 | 8th Sep 05 01:46 AM |
| Search Engine Optimizing vBulletin | T2DMan | SEO vBulletin | 0 | 28th Oct 04 12:23 PM |