Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
~# netstat -tulnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN      2755/master
tcp        0      0 127.0.0.1:6379          0.0.0.0:*               LISTEN      2104/redis-server 1
tcp        0      0 0.0.0.0:11211           0.0.0.0:*               LISTEN      2086/memcached
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      2088/sshd
tcp6       0      0 :::25                   :::*                    LISTEN      2755/master
tcp6       0      0 :::8090                 :::*                    LISTEN      29399/java
tcp6       0      0 :::443                  :::*                    LISTEN      25560/httpd
tcp6       0      0 127.0.0.1:8000          :::*                    LISTEN      29399/java
tcp6       0      0 :::3306                 :::*                    LISTEN      2651/mysqld
tcp6       0      0 :::11211                :::*                    LISTEN      2086/memcached
tcp6       0      0 :::80                   :::*                    LISTEN      25560/httpd
tcp6       0      0 :::22                   :::*                    LISTEN      2088/sshd
udp        0      0 127.0.0.1:323           0.0.0.0:*                           1807/chronyd
udp        0      0 0.0.0.0:11211           0.0.0.0:*                           2086/memcached
udp6       0      0 ::1:323                 :::*                                1807/chronyd
udp6       0      0 :::11211                :::*                                2086/memcached

If it is, go to "General Configuration" → "Collaborative editing" → Change "editing mode" → Save

Case Sensitive collation in your MySQL

...