vi /opt/online.sh
#!/bin/bash
mysql -uroot -pPASSWORD -DDATABASE_NAME -e "select count(*) from characters where online = '1';"
vi /opt/online.sh
#!/bin/bash
mysql -uroot -pPASSWORD -DDATABASE_NAME -e "select count(*) from characters where online = '1';"
No comments :
Post a Comment
Note: only a member of this blog may post a comment.