我正在使用带有phpMyAdmin的数据库主机。这位主持人不是我的。
我在这个主机的phpMyAdmin中执行了这段代码:
INSERT INTO `fronton`(`id`, `Name`, `number`, `cover`, `ligth`, `type`, `height`, `widht`, `lenght`, `latitude`, `longitude`, `status`, `time`, `price`) VALUES (NULL , 'Barrikako Frontoia', '9', '1', '2', '0', NULL , NULL , NULL , '0,3454232', '0,32243243', '0', '0', '0')
出现此错误:
1036 - 表'fronton'是只读的
我一直在搜索它,但我没有找到任何东西。有谁知道我能做些什么呢?
更新:
现在我正在使用名为Hostinger的主机服务,我遇到同样的问题。
非常感谢你!
答案 0 :(得分:1)
我找到了问题的解决方案。而不是使用此代码:
ENGINE=MRG_MyISAM DEFAULT CHARSET=utf8mb4;
我必须使用:
ENGINE=innoDB DEFAULT CHARSET=utf8;
这是一个引擎错误。
答案 1 :(得分:0)
如果您使用的是Windows服务器,则请在my.ini中的注释行GET https://api.linkedin.com/v2/organizationalEntityShareStatistics
?q=organizationalEntity
&organizationalEntity=urn%3Ali%3Aorganization%3A(my org id)
&shares=List(urn%3Ali%3Ashare%3A(my share id))
至innodb_force_recovery = 1
对我有用。