Creating database dumps Most of the normal tools will work, although their usage might be a little convoluted in some cases to ensure they have access to the mysqld server. A simple way to ensure this is to use docker exec and run the tool from the s…
数据库数据的导入和导出受secure_file_priv配置项影响#限制导入导出,null时无法进行数据的导入导出,空时不限制,设置了目录则只能对该目录下的文件进行导入导出show variables like "secure_file_priv" 查看#--------------------------------------------------------------------------------------#导出: 语法: SELECT ... INTO OUTFIL…