mirror of
https://github.com/house-of-vanity/tracker_watcher.git
synced 2025-07-07 18:04:06 +00:00
4 lines
158 B
Bash
4 lines
158 B
Bash
![]() |
#!/bin/bash
|
||
|
mysqldump --login-path=localhost rutracker_bot --no-data | \
|
||
|
sed -e 's/AUTO_INCREMENT=.* /AUTO_INCREMENT=1 /g' -e 's/latin1/utf8/g' > schema.sql
|