Common Issues/it: Difference between revisions
DellaRossa (talk | contribs) (Created page with "== Errore MySQL su Windows 11 == Windows Defender rileva XAMPP come un virus e, di conseguenza, elimina o danneggia tabelle e file fondamentali per i@nseo. Se ciò dovesse accadere, ecco 3 soluzioni che potrebbero risolvere il problema. Si prega inoltre di configurare Windows Defender come indicato in Installa i@nseo") |
DellaRossa (talk | contribs) (Created page with "=== Riparazione del Database MySQL === ==== Soluzione 1 ====") |
||
| Line 5: | Line 5: | ||
Windows Defender rileva XAMPP come un virus e, di conseguenza, elimina o danneggia tabelle e file fondamentali per i@nseo. Se ciò dovesse accadere, ecco 3 soluzioni che potrebbero risolvere il problema. Si prega inoltre di configurare Windows Defender come indicato in [[Install i@nseo/it|Installa i@nseo]] |
Windows Defender rileva XAMPP come un virus e, di conseguenza, elimina o danneggia tabelle e file fondamentali per i@nseo. Se ciò dovesse accadere, ecco 3 soluzioni che potrebbero risolvere il problema. Si prega inoltre di configurare Windows Defender come indicato in [[Install i@nseo/it|Installa i@nseo]] |
||
=== Riparazione del Database MySQL === |
|||
<div lang="en" dir="ltr" class="mw-content-ltr"> |
|||
=== |
==== Soluzione 1 ==== |
||
==== Solution 1 ==== |
|||
</div> |
|||
<div lang="en" dir="ltr" class="mw-content-ltr"> |
<div lang="en" dir="ltr" class="mw-content-ltr"> |
||
Revision as of 14:53, 5 September 2026
Errore MySQL su Windows 11
Windows Defender rileva XAMPP come un virus e, di conseguenza, elimina o danneggia tabelle e file fondamentali per i@nseo. Se ciò dovesse accadere, ecco 3 soluzioni che potrebbero risolvere il problema. Si prega inoltre di configurare Windows Defender come indicato in Installa i@nseo
Riparazione del Database MySQL
Soluzione 1
- quit XAMPP
- start XAMPP as administrator
- start only Apache
- navigate to http://localhost/RepairXAMPP.php (or http://localhost/Ianseo/RepairXAMPP.php)
- a page should appear that tries to repair permissions
Solution 2
If you still get stuck, users reported the following procedure to work
- 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"
NOTE: the original values are
- user: ianseo
- password: ianseo
- database: ianseo
Avoid Issues with XAMPP and Windows 11
Set as a Service
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.
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 "[EnableServices]" and replace "0" with "1" in front of Apache and Mysql. Save, restart XAMPP as admin and the checkboxes should be enabled.
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.
Per evitare interferenze tra Windows Defender e XAMPP, segui questi passaggi[Win11 1]
Step 1: Apri "Sicurezza di Windows" e vai alla sezione "Protezione da virus e minacce" e clicca su "Gestisci impostazioni"
Step 2: In fondo alla pagina clicca su "Aggiungi o rimuovi esclusioni"
Step 3: Inserisci gli elementi da escludere dalla scansione, prestando attenzione alle maiuscole e alle minuscole:
- Selezione cartella da escludere:
- C:\ianseo
- Tipi di file da escludere:
- .mysql
- .php
- Processi da escludere (digitare esattamente come indicato):
- Apache HTTP Server
- mysqld
- xampp-control
- ↑ Arnaud Chalmel, Arciere di Saint Loup