mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-14 08:50:53 +08:00
5 lines
188 B
Bash
5 lines
188 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
valgrind --show-below-main=yes --show-reachable=yes --tool=memcheck --leak-check=yes -v \
|
||
|
./db_mysql -H /tmp/mysql.csmail.sock -N csmail_userdb -U csmail -P 6632857799266825679
|