Search found 2 matches

by KristofLakatos
Wed Jan 27, 2016 2:24 pm
Forum: General Computer Forum
Topic: Lost mysql database website recovery
Replies: 5
Views: 6934

Re: Lost mysql database website recovery

Vaguely i can say that , this is happening because of permissions/credentials for database connectivity .. Go to shell prompt .. # issue this command #mysql -u root -p Give the password that you have given to mysqlroot ..while installing you should get the msql > like this. It means you can connect ...
by KristofLakatos
Wed Jan 27, 2016 11:11 am
Forum: General Computer Forum
Topic: Lost mysql database website recovery
Replies: 5
Views: 6934

Re: Lost mysql database website recovery

In your old server ..look for the datadir . which is genrally on ubuntu in mycase will be in /var/ ... partition . You will have all the files there of the databases . Since you are starting up a new server , my.cnf file should not be a problem since you already have backups .... Just create the dat...