database uploads is it possible?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
ozzie
Forum Members
Forum Members
Posts: 37
Joined: Sun Dec 02, 2007 9:09 pm

database uploads is it possible?

Post by ozzie »

Hi guys,
I wanted to know if it is possible to upload a large number of database records to say for example the business registry module.
so that I don't have to type enter every single one of them [ 1800 records ]
Also as a general question regarding larger dbs of user names and passwords an ddetails etc.

Is there provision for uploading files through csms ms or do I have to go through the mysql server?
thanks.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: database uploads is it possible?

Post by Ted »

There is nothing directly in CMSMS for this kind of thing.  Generally, any type of custom data import will be done directly with mysql.  You'll probably want to start researching how to get CSV data (like a export from Excel) into MySQL.  Using phpMyAdmin always helps make it a little less painful, but you'll still have a bit of work ahead of you to get it going.  It'll be a good learning experience.  :)

Good luck!
Post Reply

Return to “CMSMS Core”