Tuesday, February 28, 2017

Importing mysql file using workbench





Change WAMP httpd.conf port





Start WAMP Apache again :
It will turn to a green icon if it runs...

Open phpMyAdmin, but do not forget to put port 8181



Woookeeeey.... ;)

Add 'mailparse' to WAMP

Put mailparse first :

Add dll extension to php.ini :

Add 'cacert.pem' to WAMP

Go to 'C:\wamp64\bin\php\php7.0.10\extras\ssl'
put cacert.pem there :

Put cacert location on php.ini :
Doneee... Just restart wamp again if needed... :D

WAMPP At First Sight

 http://www.wampserver.com/en/
















Exporting Amazon RDS Using MySQL Workbench






Friday, February 3, 2017

No data was received to import ... in XAMPP - Windows

Here is the error message :
In this case, I wanted to import an sql file which file size more than 256M, so I got above error. To solve this error just change the 'upload_max_filesize' in php.ini like this :
restart apache server aand go to phpMyadmin again, it should be like this :

Yaaaps... Now we can import sql file again which filesize less than 512M...