![]() |
Mass Rename Photos in Mysql How would I mass rename a bulk of photos, just the titles within the galleries? I don't think there is a photopost option, so I assume I would need to do it in mysql. If the table is bb_photos and I want to mass name photos 175 to 179, to the name "Bobby." What would the exact mysql command be? |
UPDATE bb_photos SET title='bobby' WHERE id > 174 AND id < 180; |
| All times are GMT -5. The time now is 03:06 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0