domenica 9 settembre 2012

Io, il pinguino server e varie cose.


Ho sempre amato il pinguino.
Non lo uso, anzi, ne detesto la sua complessità.
Ma è uno strumento fantastico, è potente, è ricco, ecc.

Sotto alcuni punti di vista, il pinguino è una donna.

Comunque...son qui che smanetto e schiumo,
perchè non riesco a far parlare ne TOAD per MySQL, ne MySQL Workbench,
via TCP, con un'installazione di ubuntu server con LAMP.



Per ora mi segno:

- come spegnere il FW:
sudo ufw disable

- tasksel , per rivedere la lista dei "ruoli".

- webmin, tool grafico per gestione ubuntu server

- putty e winscp

aggiornamento:
a questo indirizzo :
http://chris.losari.org/2008/08/cant-connect-to-my-sql-server-error.html
ho trovato queste info interessanti ...
This must be some kind of stupid configuration error that I do not know about. I spend some time googling around and manage to find the solution:
  1. Edit the configuration file located at /etc/mysql/my.cnf
  2. Find the line bind-address = 127.0.0.1. The default value 127.0.0.1 means that it will only accept connection from local machine. I change the value to 0.0.0.0 and save it
  3. Restart MySQL by issuing /etc/init.d/mysql restart
Now, I can establish connection from the remote machine.


Nessun commento:

Posta un commento