<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ianseo.net/index.php?action=history&amp;feed=atom&amp;title=Common_Issues%2Fen</id>
	<title>Common Issues/en - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ianseo.net/index.php?action=history&amp;feed=atom&amp;title=Common_Issues%2Fen"/>
	<link rel="alternate" type="text/html" href="https://wiki.ianseo.net/index.php?title=Common_Issues/en&amp;action=history"/>
	<updated>2026-06-21T04:10:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wiki.ianseo.net/index.php?title=Common_Issues/en&amp;diff=3827&amp;oldid=prev</id>
		<title>FuzzyBot: Updating to match new version of source page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ianseo.net/index.php?title=Common_Issues/en&amp;diff=3827&amp;oldid=prev"/>
		<updated>2026-06-20T15:13:29Z</updated>

		<summary type="html">&lt;p&gt;Updating to match new version of source page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Proofreading}}&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mysql error on Windows 11 ==&lt;br /&gt;
Windows defender sees XAMPP as a virus thus deletes or corrupts tables and files critical for i@nseo. If this happens here are 3 solutions that could fix this issue. Please also set up Windows Defender as in [[Install i@nseo]]&lt;br /&gt;
&lt;br /&gt;
=== Repair Mysql Database ===&lt;br /&gt;
==== Solution 1 ====&lt;br /&gt;
&lt;br /&gt;
* quit XAMPP&lt;br /&gt;
* start XAMPP as administrator&lt;br /&gt;
* start only Apache&lt;br /&gt;
* navigate to &amp;lt;nowiki&amp;gt;http://localhost/RepairXAMPP.php&amp;lt;/nowiki&amp;gt; (or &amp;lt;nowiki&amp;gt;http://localhost/Ianseo/RepairXAMPP.php&amp;lt;/nowiki&amp;gt;)&lt;br /&gt;
* a page should appear that tries to repair permissions&lt;br /&gt;
&lt;br /&gt;
==== Solution 2 ====&lt;br /&gt;
If you still get stuck, users reported the following procedure to work&lt;br /&gt;
&lt;br /&gt;
# Close the Xampp application (preferably using task Manager)&lt;br /&gt;
# Open &amp;lt;code&amp;gt;C:\ianseo\mysql&amp;lt;/code&amp;gt; folder (or where your ianseo installation is)&lt;br /&gt;
# Rename the &amp;lt;code&amp;gt;data&amp;lt;/code&amp;gt; folder to &amp;lt;code&amp;gt;data_old&amp;lt;/code&amp;gt;&lt;br /&gt;
# Copy and paste the backup folder named &amp;lt;code&amp;gt;backup_copy&amp;lt;/code&amp;gt;&lt;br /&gt;
# Rename the &amp;lt;code&amp;gt;backup_copy&amp;lt;/code&amp;gt; folder to data&lt;br /&gt;
# Open &amp;lt;code&amp;gt;data_old&amp;lt;/code&amp;gt; folder, copy all folders except &amp;lt;code&amp;gt;mysql&amp;lt;/code&amp;gt; folder, &amp;lt;code&amp;gt;performance_schema&amp;lt;/code&amp;gt; folder and &amp;lt;code&amp;gt;phpmyadmin&amp;lt;/code&amp;gt; folder.&lt;br /&gt;
# Go to the newly renamed &amp;lt;code&amp;gt;data&amp;lt;/code&amp;gt; folder, paste the folders from step 6 inside.&lt;br /&gt;
# Open the &amp;lt;code&amp;gt;data_old&amp;lt;/code&amp;gt; folder, copy &amp;lt;code&amp;gt;ibdata1&amp;lt;/code&amp;gt;&lt;br /&gt;
# Paste it in the &amp;lt;code&amp;gt;data&amp;lt;/code&amp;gt; folder&lt;br /&gt;
# Start Xampp&lt;br /&gt;
# navigate to &amp;lt;u&amp;gt;&amp;lt;nowiki&amp;gt;http://localhost/phpmyadmin&amp;lt;/nowiki&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
# click on the &amp;quot;SQL&amp;quot; tab in the top menu&lt;br /&gt;
# provided you kept the original values upon installation, type the following 2 lines &amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;create user ianseo@localhost identified by &amp;#039;ianseo&amp;#039;;&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;grant all privileges on ianseo.* to ianseo@localhost;&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039;then press &amp;quot;execute&amp;quot;&lt;br /&gt;
&lt;br /&gt;
NOTE: the original values are&lt;br /&gt;
&lt;br /&gt;
* user: ianseo&lt;br /&gt;
* password: ianseo&lt;br /&gt;
* database: ianseo&lt;br /&gt;
&lt;br /&gt;
=== Avoid Issues with XAMPP and Windows 11===&lt;br /&gt;
==== Set as a Service ====&lt;br /&gt;
Users in internet reported that the issue seems to disappear if Apache and Mysql are run as services. To activate the services, you need to run XAMPP_control as administrator and flag the checkbox on the left of Apache and Mysql.&lt;br /&gt;
&lt;br /&gt;
If the checkboxes are disabled and xampp_control is running as administrator, you need to activate them: in the XAMPP folder search for xampp_control.ini file, edit  it (click with right button and choose edit), find the block that says &amp;quot;[EnableServices]&amp;quot; and replace &amp;quot;0&amp;quot; with &amp;quot;1&amp;quot; in front of Apache and Mysql. Save, restart XAMPP as admin and the checkboxes should be enabled.&lt;br /&gt;
&lt;br /&gt;
Once the 2 checkboxes have a green flag all is set: start apache and mysql and from now on you can forget XAMPP: each time you switch on your computer the 2 programs will start automatically.&lt;br /&gt;
&lt;br /&gt;
==== Train Defender to protect XAMPP and related servers ====&lt;br /&gt;
&lt;br /&gt;
{{Install_Post_Installation}}&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
</feed>