Thursday, August 13, 2009

mySql: Comandos de administración

mysql> SHOW FULL PROCESSLIST;
Para listar PCs q se conectan al mySQL Server



mysql> SHOW GRANTS;
Lista de usuarios y privilegios.

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...