[root@mail ~]# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id
is 135
Server version: 5.0.77 Source distribution
Type 'help;' or '\h'
for help. Type '\c' to clear the buffer.
mysql> use postfix;
Reading table information
for completion of table and column names
You can turn off
this feature to get a quicker startup with -A
Database changed
mysql> select * from admin;
+------------------------+------------------------------------+---------------------+---------------------+--------+
| username | password | created | modified | active |
+------------------------+------------------------------------+---------------------+---------------------+--------+
| admin@xifeng.com | $1$4a6944be$g1JKJSJ8uEk.KtW.OBaKa. | 2013-01-21 22:41:50 | 2013-01-21 22:41:50 | 1 |
| Super@postfixadmin.com | $1$7da3934e$/7Z5vzQmGXD3bVHFJGwu00 | 2013-01-21 22:36:31 | 2013-01-21 22:36:31 | 1 |
+------------------------+------------------------------------+---------------------+---------------------+--------+
2 rows
in set (0.00 sec)
mysql>