By AngelicLight on
Hi, there,
I have been developing my site on a local WAMP, which has no table prefixes, and noticed that my hosting account DOES have them.
Is there anythin special I have to do to import/export this to work correctly on the live platform?
Thanks a lot,
- Paul
Comments
In most hosting accounts,
In most hosting accounts, DATABASE NAME is prefixed with some text. But you can add tables as you want.
Simply upload files and import data to a new database(if you can't create a new db, clear db and import it).
Then, in sites/default/settings.php file, enter correct db name, pass and prefix(keep "" because your local site has no prefixes)
What's new and changing in PHP 8.4
Thanks very much. :-)
Thanks very much.
:-)