[root@soto ~]# /usr/local/mysql/bin/mysql -u root
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.0.37 MySQL Community Server (GPL)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
(Ctrl-D para salir de la consola de mysql)
Si hay algo mal, puede salir:
[root@soto ~]# /usr/local/mysql/bin/mysql -u root
ERROR 2002 (HY000): Can't connect to local MySQL server through
socket '/tmp/mysql.sock' (2)
[root@soto ~]#
NOTA:
Para detener el servidor, se hace con:
/etc/init.d/mysql.server stop
Y debe salir:
[root@soto ~]# /etc/init.d/mysql.server stop
Shutting down MySQL..
[root@soto ~]#
Comentarios de: Instalación de MySQL (0)
No hay comentarios