/ Published in: Bash
A bash command to empty a database table.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#!/bin/bash mysql -D $DATABASE -e 'TRUNCATE TABLENAME;'
URL: http://www.modserv.com.eg