I have a MySQL database with about 20.000 entries where files are named Name_Subname_XXXXX
. Because the files are named that way, the name that shows to the internet itself also get's that name when entered into the database.
I wonder how can I in an easy way remove the _
from the name and just keep Name Subname XXXXX
?