In this solution we are going to use AWS Lambda to read a CSV file located in and S3 bucket and upsert the data into a MySQL instance hosted in RDS. There are two prerequisites to this. Create and ...
To do this work we have to do first install python on our machine also have setup xampp and MySQL. init.py in this file we are creating connection with MySQL database also we are creating database in ...
In my previous post I have explained about How to Export MySQL table data to CSV File using PHP. Now in this tutorial I am going to explain how to import CSV data file into mysql. Suppose that we have ...
In this blog I am going toexplain how to export mysql data to CSV file using php. CSV stand for comma separated values. Using the below code you can easily download ...