Jump to content

Mysql Database


super11

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...