In order to connect with aws server you must have aws account . when you create account successfully you must have set privilages to user. Prereqistics:- 1.) .pem file 2.) .ppk file
Hello Guys In this blog I discuss about the cronjob setting in AWS. Amazon web services is one of the most popular platform to run large and scalable website. Amazon provide no of servi...
As part of a PHP project, I have to insert a row into a MySQL database. I'm obviously used to doing this, but this required inserting into 90 columns in one query. The resulting query looks horrible a...
I faced a problem related to passing a large dataset into a mysql table via php using insert commands and I'm wondering if its possible to insert approximately 1000 rows at a time via a query other th...
Hello Guy's I want to discuss about the insert ignore MySql query . What's the proper way of inserting new records into the DB, which has unique fields . I am inserting lot of records in ...