How To MySql phpMyAdmin XAMPP Unable to login to phpMyAdmin in XAMPP: Access denied for user 'root'@'localhost' (using password: NO) 7 years ago Add Comment Unable to login to XAMPP's phpMyAdmin page : Error #1045 - Access denied for user 'root'@'localhost' (using password: ... Read More
How To How To Fix MySql phpMyAdmin WordPress Issue importing WordPress database from development to live server: 1273 - Unknown collation: 'utf8mb4_unicode_520_ci' 8 years ago Add Comment S o I was trying to import a MySQL database exported from local development machine to a live server and I got the error thrown by phpMyAdmi... Read More
Backup Code Snippets Command Prompt Database How To MySql Visual Studio Windows VB.NET Example Code to backup MySQL Database using mysqldump command in VB using Visual Studio 2015 9 years ago Add Comment In this post, we will see how to create a simple VB.NET application to backup MySQL database using the same mysqldump command by firing comm... Read More
Backup Command Prompt Commands Database How To MySql Windows Batch File Example Code To Backup MySQL Database To A Particular Folder, Append Date and Time, Delete Backups Older Than X Days 9 years ago Add Comment In this post we will see how to make a batch file to take backup of MySQL database (single database) to a particular folder on the same comp... Read More