Jump to content

MySQL Error : Table 'datastore' is read only


alein

Recommended Posts

hello  when i  enter  to my site  that  i see error

 

in mysql  error

 

 

 

i want dns name to Link Domain mt4serv.com to helionet.org

 

can tell me what is it nameserves

 

thanks you

Link to comment
Share on other sites

Back the database up, then make a copy of the backup. Alter the copied .sql file in a text editor to change the engine to MyISAM, and import the altered copy into a new database.

 

In read only mode, you cannot drop your existing database, convert it, or edit it in any way.

Link to comment
Share on other sites

How can I import more than one table at once?

 

I either get the error Database in Read Only or theres duplicate files because only one table uploads at a time

Edited by alexteal
Link to comment
Share on other sites

The database backup should contain all of the tables in the entire database. You should only need to create an empty database through cpanel, and then import the one database .sql file and all of the tables will be there.

Link to comment
Share on other sites

That's typically how it gets taken out of read only. The thing is, in our experience, when we do that, MySQL either won't start anymore, or just corrupts everything. In the past, we had to discard the innodb data to get it working again.

Link to comment
Share on other sites

How can I import more than one table at once?

 

I either get the error Database in Read Only or theres duplicate files because only one table uploads at a time

you can backup your sql Database

then by programs named is

 

Notepad++

 

open your sql file with this programs

 

fine this

ENGINE = InnoDB

change it with this

ENGINE = MyISAM

 

after you save change import the one database .sql

if you have big sql used bigdump.php

 

to import the database .sql if was big saiz

that only any help im here

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...