Page 1 of 1

Export/import of CMSMS database

Posted: Tue Nov 15, 2005 7:50 pm
by slashman
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?

Re: Export/import of CMSMS database

Posted: Tue Nov 15, 2005 11:13 pm
by cyberman
Perhaps you should import the database to your livesite (for instance with phpmyadmin on MySQL-DB) ;-) .

Re: Export/import of CMSMS database

Posted: Tue Nov 15, 2005 11:20 pm
by slashman
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.