Panel/modules/billing/cleanupDB.sh
2025-09-04 21:42:25 -04:00

3 lines
177 B
Bash

$test_id = 1362;
$db->query( "DROP USER 'server_" .$test_id ."'@localhost'");
mysql -uremoteuser -pDrV75Uyyxr9VFVVt -hmysql.iaregamer.com -e "DROP USER server_'${test_id}'"