![]() |
MySQL installing problem
I'm following this guide (which is great stuff), but I'm having a problem with the MySQL section.
When I run "netstat -tap" I see this line: Code:
tcp 0 0 *:mysql *:* LISTEN -My "skip-networking" thing in "/etc/mysql/my.cnf" i commented out and MySQL restartet - but the same thing is in "netstat -tap". Anyone has a suggestion? |
Quote:
Till |
Ok, but shouldn't MySQL listen on a specific port?
|
Ok, now I get another problem.
When I try this: Code:
sudo echo 'pwcheck_method: saslauthd' >> /etc/postfix/sasl/smtpd.confCode:
-bash: /etc/postfix/sasl/smtpd.conf: Permission denied |
Dont use sudo, you must login as root user! All steps in the howto must be done as root user.
|
Quote:
*:mysql means that it listens on all available IP's on the mysql port. |
Ok thanks till!!
I now ran into trouble again. When I run the "telnet localhost 25" it only shows: Code:
Trying 127.0.0.1...Anyone? I really need help... /n!x |
Have you entered:
ehlo localhost and hit return? Quote:
|
| All times are GMT +2. The time now is 09:59. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.