Regalamiunsorriso/rus/admin/_alterTable/_aggiorna.sh
2026-03-14 20:04:39 +01:00

15 lines
No EOL
548 B
Bash
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

##echo ######## ricordati di cancellare pg_log
##echo ######## mysqladmin -uroot -proot drop pg_log
##mysqladmin -uroot -proot drop pg_log
echo ######## pg2rus.sql
mysql -uroot -proot pg < pg2rus.sql
##echo ######## dump LOG
##mysqldump -uroot -proot pg LOG > pg_log.sql
echo ######## create pg_log
mysqladmin -uroot -proot create pg_log
##echo ######## ripristino pg_log
##mysql -uroot -proot pg_log < pg_log.sql
echo ######## logmail
mysql -uroot -proot pg_log < logmail.sql
##echo ######## drop log
##mysql -uroot -proot pg < droplog.sql