Go to your XAMPP MySQL directory. By default, it is located under Local Disk → XAMPP → MySQL (e.g. if you installed it under the default C-drive, you will find the folder in C:\xampp\mysql ). Here you will be seeing different folders — the ones that we need to use are the data and backup folders Rename the data folder to data_old . Create a new folder with the name data . This is the new folder that MySQL will use to replace the old one. Now, we need to fill this folder with certain files. Go to the backup folder and copy all the files inside it. Paste them into the new data folder. Now, we need to paste databases into our new data folder. In order to do so, inside the data_old folder, copy the mysQL folder, as well as all the folders under the phpmyadmin folder. If you have only one folder, it is totally okay, just make sure you paste it. Ther...
Issues concerning email sending are unfortunately pretty common, either in the daily communications or when it comes to newsletters and bulk messages. So, why sometimes your mail client is not sending emails ? Maybe it keeps on receiving them, but the outgoing emails are not sent at all. What is happening? Provided that you’re correctly connected to the internet (yes, it happens…) the causes are probably related to your SMTP server – the machine that takes care to deliver your outcoming messages. In fact, the normal servers associated to a common email provider (like Gmail or Hotmail) can run into several problems as they are not monitored: the best choice to avoid them all is to rely on a professional outgoing server like turboSMTP . That said, here are the most frequent “email not sending” issues, and how to troubleshoot them: The email authentication failed . If you’re using an SMTP authentication like SSL, check again your user...