Oui ça fonctionne bien :
[code]korri@ks360526:~$ mysql -u postfix -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3385
Server version: 5.0.51a-24 (Debian)
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 mailbox;
±-----------------------±--------------±------------±------±------±-----±-----+
| email | password | name | quota | actif | imap | pop3 |
±-----------------------±--------------±------------±------±------±-----±-----+
| webmaster@korri.fr | dvrcdst6WykuQ | | 0 | 1 | 1 | 1 |
| webmaster@belvisijc.fr | zvV6dUfhds086 | | 0 | 1 | 1 | 1 |
| admin@korri.fr | qhlchIh8/4ygt | Hugo Vacher | 0 | 1 | 1 | 1 |
±-----------------------±--------------±------------±------±------±-----±-----+
3 rows in set (0.00 sec)
[/code]
ça vien d’ou ? :’(