I want to copy the database tables from my production server to a local test machine so I can perform test om (copies of) the real data.
I stopped mysql and deleted
I changed permissions for the mysql-data-directory as well as the .frm file. If using as root user: chmod 600 mysql-data-directory chmod 600 mysql-data-directory/tableOfData.frm If using as non-root user: chmod 660 mysql-data-directory chmod 660 mysql-data-directory/tableOfData.frm 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
.frm file. If using as root user: chmod 600 mysql-data-directory chmod 600 mysql-data-directory/tableOfData.frm If using as non-root user: chmod 660 mysql-data-directory chmod 660 mysql-data-directory/tableOfData.frm 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
If using as non-root user: