Pzz
Verified User
I'v MariaDB 5.5 installed with CB 2.0 on my CentOS. I'd like to set my root password for MySQL/MariaDB.
Has this something to do with the CentOS firewalld I'm using?
I stopped services, killed processes... And probably missed something obvious...?
Code:
21:35:09 root@server /$ mysqld_safe --skip-grant-tables
141001 21:35:25 mysqld_safe Logging to '/var/lib/mysql/<myservername>.err'.
141001 21:35:25 mysqld_safe A mysqld process already exists
Has this something to do with the CentOS firewalld I'm using?
Code:
21:43:55 root@server /$ firewall-cmd --list-all
public (default, active)
interfaces: eth0
sources:
services: dhcpv6-client dns http https ssh
ports: 110/tcp 443/tcp 2222/tcp 25/tcp 587/tcp 10000/tcp 143/tcp 3306/tcp 53/tcp 995/tcp 53/udp 993/tcp
masquerade: no
forward-ports:
icmp-blocks:
rich rules:
I stopped services, killed processes... And probably missed something obvious...?