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.
CcXmsp/常用文档/备份数据库的新方法.txt

4 lines
164 B

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