#1036-在phpMyAdmin中表是只读的 [英] #1036 - Table is read only in phpMyAdmin

查看:128
本文介绍了#1036-在phpMyAdmin中表是只读的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在将数据库主机与phpMyAdmin一起使用.该主机不是我的.

I'm using a database host with phpMyAdmin. This host isn't mine.

我在此主机的phpMyAdmin中执行了以下代码:

I executed this code in the phpMyAdmin of this host:

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'是只读的

我一直在搜索很多东西,但是什么也没找到.有人知道我能做些什么吗?

I have been searching a lot about it, but i haven't found anything. Does anyone know what i can do about this?

已更新:

现在,我正在使用名为 Hostinger 的主机服务,而我遇到了同样的问题.

Now i am using a host service called Hostinger and i have the same problem.

非常感谢您!

推荐答案

我找到了解决问题的方法.代替使用此代码:

i found the solution to the problem. Instead of use this code:

ENGINE=MRG_MyISAM DEFAULT CHARSET=utf8mb4;

我必须使用:

ENGINE=innoDB DEFAULT CHARSET=utf8;

这是引擎错误.

这篇关于#1036-在phpMyAdmin中表是只读的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆