Jump to content

Recommended Posts

Posted

You're on Stevie. Many if not all people on Stevie can't use their databases right now because MySQL is completely broken.

 

Instead, you'll see a "can't connect" or "access denied" message. There is no fix but to wait until we hear from Krydos about this.

Posted

ok. i tried to change the password of the database user. This seems to work. But i need the sql database back. I have a backup, but it doesn't work to put the backup back. Can you help me with that?

Posted

You don't mention a specific error, but I'll assume it's InnoDB related since most issues for backups failing to restore are.

 

Make a copy of the backup, then open the copy in a text editor and do a find and replace in your backup, replace all ENGINE=InnoDB with ENGINE=MyISAM After that, save, and try to restore the edited version. Stevie currently does not support the InnoDB engine.

Posted

I'm sorry, i didn't mention the specific error.

This is what i tried to do:

-Go to back up

- restore a mysql database

- select the file

- press upload

- a new window opens, which says:

Database herstellen

Determined database name from sql

 

Restoring database “super11_data”

 

Nothing happens (i waited more than an hour)

 

Is this the right procedure?

 

I also checked the backup. There is no ENGINE=InnoDB in it. Only ENGINE=MyISAM

Posted

cPanel's restore tool can do that sometimes. I'm assuming you have a .sql file.

 

Try this: Create an empty database in cPanel. After creation, open PHPMyAdmin, and navigate to that new database. Use the Import tab to restore the backup into the new database (might take some time after you select the file). Verify the contents of the database are correct.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...