You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
baseService/常用文档/备份数据库的新方法.txt

4 lines
167 B

2 years ago
mariabackup --user=root --password=DsideaL147258369 --databases="mysql" /usr/local
ALTER TABLE t_resource_info ADD INDEX i_last_updated_time(last_updated_time);