Additions:
By default MySQL 5 is only bound to listen to and only accept requests from localhost 127.0.0.1
bind-address = 127.0.0.1 change to <your.ip.addr>
bind-address = 127.0.0.1 change to <your.ip.addr>
Deletions:
and change bind-address = mysqlipaddr instead of 127.0.0.1
Additions:
====MySQL====
===Install===
==CentOS or [[RedHat Red Hat]] RHEL (Extras)==
==Debian, Ubuntu or Xubuntu==
Run Synaptic and choose the mysql package
===Secure===
==MySQL 5==
By default is only bound to accept requests from 127.0.0.1
If you want to connect from a separate pc/server
# vi /etc/mysql/my.cnf
and change bind-address = mysqlipaddr instead of 127.0.0.1
===Install===
==CentOS or [[RedHat Red Hat]] RHEL (Extras)==
==Debian, Ubuntu or Xubuntu==
Run Synaptic and choose the mysql package
===Secure===
==MySQL 5==
By default is only bound to accept requests from 127.0.0.1
If you want to connect from a separate pc/server
# vi /etc/mysql/my.cnf
and change bind-address = mysqlipaddr instead of 127.0.0.1
Deletions:
====Secure====