MySQL
Laravel migration Error – Specified key was too long
As seen above in image, this issue you may have faced many a times. That’s why you’re on this page. This is a nasty error that says (1071 Specified key was too long) and your migration fails. You need to delete entry from migration table and also delete a table sometimes. This is because of…
Database Installer
Database Installer performs installation of MySQL databases by php scripts. Features: Install mysql databases Check existence of tables in mysql database Delete existing mysql database Re-install mysql database and more. How to use? Step 1: Put all the files in a folder named database-installer as the file structure shown above Step 2: Replace the mysql.sql…