Показать сообщение отдельно

  #2  
Старый 25.02.2010, 22:40
SLEDopit
Новичок
Регистрация: 25.02.2010
Сообщений: 7
Провел на форуме:
41828

Репутация: 0
Отправить сообщение для SLEDopit с помощью ICQ
По умолчанию

Код:
[25 Фев 2010 21:30:29] rush@irush  ~
 $ echo "create user f100 IDENTIFIED BY '8^&*(%$)';"
create user f100 IDENTIFIED BY '8^&*(%$)';
[25 Фев 2010 21:30:39] rush@irush  ~
 $ echo "create user f100 IDENTIFIED BY '8^&*(%$)';" | mysql -u root -p
Enter password: 
[25 Фев 2010 21:30:58] rush@irush  ~
 $ echo "GRANT ALL PRIVILEGES ON *.* TO f100;" | mysql -u root -p
Enter password: 
[25 Фев 2010 21:31:17] rush@irush  ~
 $ mysql -uf100 -p"8^&*(%$)"
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 689
Server version: 5.1.41-3 (Debian)

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> ^CCtrl-C -- exit!
Aborted
у тебя шелл какой?)