Translations:Common Issues/5/en

    From Ianseo
    Revision as of 15:13, 20 June 2026 by FuzzyBot (talk | contribs) (Importing a new version from external source)
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
    1. Close the Xampp application (preferably using task Manager)
    2. Open C:\ianseo\mysql folder (or where your ianseo installation is)
    3. Rename the data folder to data_old
    4. Copy and paste the backup folder named backup_copy
    5. Rename the backup_copy folder to data
    6. Open data_old folder, copy all folders except mysql folder, performance_schema folder and phpmyadmin folder.
    7. Go to the newly renamed data folder, paste the folders from step 6 inside.
    8. Open the data_old folder, copy ibdata1
    9. Paste it in the data folder
    10. Start Xampp
    11. navigate to http://localhost/phpmyadmin
    12. click on the "SQL" tab in the top menu
    13. 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"