我该如何解决错误DBD :: mysql :: db失败:需要重新准备准备好的语句吗?

时间:2019-06-06 09:26:33

标签: mysql

我随机得到这种错误:

  

DBD :: mysql :: db失败:需要在以下位置重新准备预准备的语句...

我只尝试在代码中创建表。有时它可以工作,但有时我会在不同的步骤中始终收到此错误。

我试图以这种方式修改Responsible中的两个参数:

go.Bar(
    x=[1, 2, 3],
    y=[0.1, 0.2, 0.3],
    text=['10%', '20%', '30%'],
    textposition='inside',
    customdata=['string1','string2', 'string3']
    marker=dict(
        color='rgba(219, 64, 82, 0.7)',
        line=dict(
            color='rgba(219, 64, 82, 1.0)',
            width=2,
        )
    ),
    base=0)

但是,它没有帮助。

0 个答案:

没有答案