stulic wrote:
nanaya wrote:
Okay Where exactly do you put this now?
Good question.
Not everybody is a MySql freak and knows everything about updating database tables and stuff.
A bit more detailed explanation would be nice.
What about my database still having the old mambo prefix mos_?
How do I save the file? With an sql extension or as a simple text file? Where do I upload it and how do I execute the update?
Thx
Don't worry about the extension of the file. You can save it as sql.txt if you like. Then open it in a text editor (e.g. notepad) and replace the table prefix of the sql statements through a replace or manually. Search for jos_ and in your case replace them with mos_
Now open up you phpMyAdmin from your hosting backed (varies by every hosting provider - you should be able to search their support/help pages).
You will see a little icon on the left that says SQL. Click on it. It should open a text window, with a Go button on the bottom right.
Do a copy/past of the entire content of above provided file into this window. Double check that all of it made it. Now simply hit the Go button. If you get any error, I would guess it would mean that the replace from jos_ to mos_ was not complete. Don't worry. Check the error message and if necessary do the replacements again and re-run the script. This script can be safely run as many times as you want.
Having said that, you should always make a backup BEFORE executing any manual scripts - just in case.