Editor, Editors, USER, admin, Bureaucrats, Check users, dev, editor, founder, Interface administrators, member, oversight, Suppressors, Administrators, translator
11,487
edits
Line 562: | Line 562: | ||
<small>[1]- Killed sudo mysqld_safe --skip-grant-tables --skip-networking</small></blockquote>'''Termina il processo MySQL in modalità sicura:''' | <small>[1]- Killed sudo mysqld_safe --skip-grant-tables --skip-networking</small></blockquote>'''Termina il processo MySQL in modalità sicura:''' | ||
Line 597: | Line 598: | ||
===='''Riavvia MySQL in modalità normale'''==== | ===='''Riavvia MySQL in modalità normale'''==== | ||
Line 1,029: | Line 1,031: | ||
<br /> | <br /> | ||
</small> | </small> | ||
A questo punto hai già scaricato e configurato i file di MediaWiki nella directory <code>/var/www/html/mediawiki</code>. Ora, il prossimo passaggio è completare l'installazione e configurazione di MediaWiki tramite il browser | |||
== 1. Verifica che Apache e MySQL siano in esecuzione'''e''' == | |||
Assicurati che il server Apache e il database MySQL siano attivi | |||
lels@ubuntu-linux-22-04-02-desktop:/var/www/html/mediawiki$ sudo systemctl status apache2 | |||
sudo systemctl status mysql | |||
[sudo] password for parallels: | |||
● apache2.service - The Apache HTTP Server | |||
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) | |||
Active: active (running) since Sun 2025-01-05 11:48:55 CET; 5h 37min ago | |||
Docs: <nowiki>https://httpd.apache.org/docs/2.4/</nowiki> | |||
Process: 184294 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS) | |||
Main PID: 184298 (apache2) | |||
Tasks: 6 (limit: 2258) | |||
Memory: 12.1M | |||
CPU: 837ms | |||
CGroup: /system.slice/apache2.service | |||
├─184298 /usr/sbin/apache2 -k start | |||
├─184299 /usr/sbin/apache2 -k start | |||
├─184300 /usr/sbin/apache2 -k start | |||
├─184301 /usr/sbin/apache2 -k start | |||
├─184302 /usr/sbin/apache2 -k start | |||
└─184303 /usr/sbin/apache2 -k start | |||
Jan 05 11:48:55 ubuntu-linux-22-04-02-desktop systemd[1]: Starting The Apache HTTP Server... | |||
Jan 05 11:48:55 ubuntu-linux-22-04-02-desktop systemd[1]: Started The Apache HTTP Server. | |||
● mysql.service - MySQL Community Server | |||
Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled) | |||
Active: active (running) since Sun 2025-01-05 11:15:31 CET; 6h ago | |||
Process: 178773 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=0/SUCCESS) | |||
Main PID: 178781 (mysqld) | |||
Status: "Server is operational" | |||
Tasks: 38 (limit: 2258) | |||
Memory: 366.2M | |||
CPU: 1min 49.336s | |||
CGroup: /system.slice/mysql.service | |||
└─178781 /usr/sbin/mysqld | |||
Jan 05 11:15:30 ubuntu-linux-22-04-02-desktop systemd[1]: Starting MySQL Community Server... | |||
Jan 05 11:15:31 ubuntu-linux-22-04-02-desktop systemd[1]: Started MySQL Community Server. | |||
=== '''2. Apri il browser e accedi all'installazione''' === | |||
Vai al browser e digita l'indirizzo: | |||
<nowiki>:</nowiki> |
edits