Вопрос по mysql и паролям с символами.

Discussion in 'Безопасность и Анонимность' started by guestXXXXX, 25 Feb 2010.

  1. guestXXXXX

    guestXXXXX Banned

    Joined:
    26 Jul 2008
    Messages:
    65
    Likes Received:
    50
    Reputations:
    3
    del.

    del.
     
    #1 guestXXXXX, 25 Feb 2010
    Last edited: 22 Apr 2011
  2. SLEDopit

    SLEDopit New Member

    Joined:
    25 Feb 2010
    Messages:
    7
    Likes Received:
    0
    Reputations:
    0
    Code:
    [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
    у тебя шелл какой?)
     
Loading...