MySQL Forums
Forum List  »  Newbie

Re: Data file location and access
Posted by: Barry Galbraith
Date: November 19, 2017 02:53PM

C:\ProgramData folder is hidden by default. You will need to unhide it to browse to it.
But you can enter the path into the address bar of Windows Explorer and it will open.
That said, your "database" is spread over multiple files in multiple folders. It's the job of MySQL RDBMS to manage those files for you.
You, or your app should interact with MySQL, and leave the management of the files to the RDBMS.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
November 19, 2017 09:20AM
Re: Data file location and access
November 19, 2017 02:53PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.