All translations
Enter a message name below to show all available translations.
Found one translation.
| Name | Current message text |
|---|---|
| h English (en) | # Close the Xampp application (preferably using task Manager) # Open <code>C:\ianseo\mysql</code> folder (or where your ianseo installation is) # Rename the <code>data</code> folder to <code>data_old</code> # Copy and paste the backup folder named <code>backup_copy</code> # Rename the <code>backup_copy</code> folder to data # Open <code>data_old</code> folder, copy all folders except <code>mysql</code> folder, <code>performance_schema</code> folder and <code>phpmyadmin</code> folder. # Go to the newly renamed <code>data</code> folder, paste the folders from step 6 inside. # Open the <code>data_old</code> folder, copy <code>ibdata1</code> # Paste it in the <code>data</code> folder # Start Xampp # navigate to <u><nowiki>http://localhost/phpmyadmin</nowiki></u> # click on the "SQL" tab in the top menu # provided you kept the original values upon installation, type the following 2 lines '''<code>create user ianseo@localhost identified by 'ianseo';</code>''' '''<code>grant all privileges on ianseo.* to ianseo@localhost;</code>'''then press "execute" |