Hello, I am in the process of transferring data and contacts onto a Mysql database. I have had some help and am trying to get a software solution. So main features would be to migrate large amounts of data and contacts every day. The migration would be done manually. Thanks for the help.
What format are the contacts in? Something like Navicat can be used to import a bunch of types of files. A CSV or delimited Taxt file or excel would be the easiest if you can get them into that format.
If you want to insert them manually, you can try phpmyadmin. However, if they're in a machine-readable format that a script can understand, it should be quite easy to automate this process. Can you give more details on the format of your data?
yes, as mentioned by Jestep, you can use navicate, or mysql-front, sqlyog to get this done. All these three are the mysql management tools. You can easily export, import data records in bulk with the help of these tools