Where are my database file saved on My Window machine?

fernand.st-georges@protonmail.com's profile image fernand.st-georges@protonmail.com posted 3 years ago in General Permalink

Just can't find them

Thanks Fern

ansgar's profile image ansgar posted 3 years ago Permalink

If it's MySQL or MariaDB, you can run such a query to find out the data path:

SELECT @@GLOBAL.datadir;
fernand.st-georges@protonmail.com's profile image fernand.st-georges@protonmail.com posted 3 years ago Permalink

Thanks very much Ansgar. Appreciate. Fern

Please login to leave a reply, or register at first.