MySQL Forums
Forum List  »  Data Recovery

Re: Recover a MySQL database from files after upgrading to new version of XAMPP
Posted by: Peter Brawley
Date: October 13, 2018 08:05PM

> There is no datadir in the whole drive.

datadir is the name of the mysql system variable that specifies where mysql data is. To see what it is, run this in the mysql client program ...

select @@datadir;

The error file is a .err file in that folder.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Recover a MySQL database from files after upgrading to new version of XAMPP
510
October 13, 2018 08:05PM


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.