Showing items from database

MySQL–Restoring large database on windows

Recently while trying to restore database from a large database backup file I encountered few issues with MySQL. So for reference I am posting the solution steps for resolving these issues on windows : Initiate the restoration process from command prompt as follows: mysql –u root –p > [sql file path] After this you will be prompted for root account’s password.

Continue Reading