Editor, Editors, USER, admin, Bureaucrats, Check users, dev, editor, founder, Interface administrators, member, oversight, Suppressors, Administrators, translator
11,487
edits
Line 555: | Line 555: | ||
<small>.................</small> | <small>.................</small> | ||
'''Controlla i processi in esecuzione:'''{{Tooltip|2={{Tooltip|Processi relativi a MySQL|Il comando <code>ps aux | grep mysqld</code> elenca i processi relativi a MySQL in esecuzione. L'output mostra: 1) Processi <code>mysqld_safe</code>, che avviano MySQL in modalità sicura. 2) Processi principali <code>mysqld</code>, potenzialmente in conflitto se ce ne sono più di uno. 3) Il comando <code>grep</code>, che filtra i risultati. Per risolvere i conflitti, verifica e termina i processi non necessari con <code>sudo kill [PID]</code>.}}}}<blockquote><small>parallels@ubuntu-linux-22-04-02-desktop:'''~$ ps aux | grep mysqld'''</small> | |||
<small>root 114399 0.0 0.2 14352 5120 pts/0 S 05:25 0:00 sudo mysqld_safe --skip-grant-tables --skip-networking</small> | |||
<small>root 114400 0.0 0.0 14352 1464 pts/1 Ss+ 05:25 0:00 sudo mysqld_safe --skip-grant-tables --skip-networking</small> | |||
<small>root 114401 0.0 0.0 2892 1664 pts/1 S 05:25 0:00 /bin/sh /usr/bin/mysqld_safe --skip-grant-tables --skip-networking</small> | |||
<small>mysql 114585 0.8 1.1 1782884 22568 pts/1 Sl 05:25 2:42 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --user=mysql --skip-grant-tables --skip-networking --log-error=/var/log/mysql/error.log --pid-file=ubuntu-linux-22-04-02-desktop.pid</small> | |||
<small>root 118991 0.0 0.2 13908 4992 pts/0 T 05:49 0:00 sudo mysqld_safe --skip-grant-tables --skip-networking</small> | |||
<small>mysql 174116 0.9 14.3 734504 288512 ? Ssl 10:49 0:00 /usr/sbin/mysqld</small> | |||
<small>paralle+ 174237 0.0 0.1 9212 2432 pts/0 S+ 10:49 0:00 grep --color=auto mysqld</small></blockquote> |
edits