What's the best way to import an exisitng CMSMS database to a live site?
I have a test site working well on a separate server and have exported the database. I've loaded CMSMS on the live site, and I've have created a new database without the table defined. I don't have access to the shell on the linux server, so what are my options?
Export/import of CMSMS database
-
cyberman
Re: Export/import of CMSMS database
Perhaps you should import the database to your livesite (for instance with phpmyadmin on MySQL-DB)
.
-
slashman
Re: Export/import of CMSMS database
Thanks. I needed to delete the tables (didn't realize I had the checkbox on install checked) and then execute the .sql file I exported. As you mentioned, everything came in. Dumb oversight on my part.
