![]() |
MySql-query to update filenames
I would like to have help with a sql query to change filenames on attached files in vB5. Today the attachments are named with strange characters and i would like an upgrade query where this is made "normal" again.
For example i would like ö to equal ö Ã¥ to equal ? ä to equal ä The file this is stored is in yyy_attach and the fieldname is "filename" Regards / PerOla |
Looks like vBulletin 5 doesn't correctly decode the characters.
You could run queries such as: UPDATE yyy_attach SET filename = REPLACE(filename, "ë", "ë") |
Quote:
--------------- Added [DATE]1459775257[/DATE] at [TIME]1459775257[/TIME] --------------- Regards / PerOla |
All times are GMT. The time now is 09:25 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|