Moving MySQL Data Directory

Avatar
  • Answered
In short, I need to quickly create a temporary table of about 500,000+ rows and insert a single character in a new column after all the other columns (regardless of how many there are) and then "select * into outfile" in a data directory in which the user can access. What directory should I write to (the MySQL Data directory? The tmp directory? a separate directory?) and how should I give the correct permissions so that I do not receive a "do not have permissions" error?
Avatar
johnpaulb-imhs1
Hello stsIT, Thank you for your question regarding moving a MySQL Directory. We are happy to help, but this would require some time and development to accomplish. This means you will have to work through a solution for each task and test it. Here is a link to some helpful guides I found via online search to help you work towards a solution: As long as you export to a folder that is public (such as public_html) the file will be accessible to the world. Typical permissions for a file are "644," see more in our guide on changing file permissions. Thank you, John-Paul