SQL/MySQL/Command MySQL/Connect MySQL — различия между версиями

Материал из SQL эксперт
Перейти к: навигация, поиск
м (1 версия)
 
(нет различий)

Версия 16:46, 26 мая 2010

Connecting to and Disconnecting from the Server

   <source lang="sql">
 

/* Connecting to and Disconnecting from the Server */

mysql -h host -u username -p mysql -h 127.0.0.1 -u oost -p

      </source>