Translations:Common Issues/5/en
- Close the Xampp application (preferably using task Manager)
- Open
C:\ianseo\mysqlfolder (or where your ianseo installation is) - Rename the
datafolder todata_old - Copy and paste the backup folder named
backup_copy - Rename the
backup_copyfolder to data - Open
data_oldfolder, copy all folders exceptmysqlfolder,performance_schemafolder andphpmyadminfolder. - Go to the newly renamed
datafolder, paste the folders from step 6 inside. - Open the
data_oldfolder, copyibdata1 - Paste it in the
datafolder - Start Xampp
- navigate to http://localhost/phpmyadmin
- click on the "SQL" tab in the top menu
- provided you kept the original values upon installation, type the following 2 lines
create user ianseo@localhost identified by 'ianseo';grant all privileges on ianseo.* to ianseo@localhost;then press "execute"