Heroku上的ClearDB MySQL安装要求进行帐户验证

时间:2017-05-03 07:44:40

标签: mysql heroku cleardb

我已在 Heroku 上部署了我当前的Laravel项目。我的本地数据库是MySQL。由于Heroku不直接支持MySQL,我需要安装 ClearDB MySQL 插件。当我在Heroku CLI中运行 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/AMOB_gray" tools:context="com.example.tiagosilva.amob_android.TubeDataFragment" > <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:padding="20dp" android:gravity="center" android:background="@color/AMOB_gray"> <TextView android:id="@+id/textView13" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center" android:text="@string/material" android:textColor="@color/AMOB_yellow" android:textSize="25dp" /> <Spinner android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/snipperMaterial"> </Spinner> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/diameter" android:textColor="@color/AMOB_yellow" android:textSize="25dp" /> <EditText android:id="@+id/et_diameter" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@drawable/round" android:ems="10" android:inputType="number" android:padding="10dp" android:text="0"/> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/thickness" android:textColor="@color/AMOB_yellow" android:textSize="25dp" android:gravity="center"/> <EditText android:id="@+id/et_thickness" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@drawable/round" android:ems="10" android:inputType="number" android:padding="10dp" android:text="0"/> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/clr" android:textColor="@color/AMOB_yellow" android:textSize="25dp" android:gravity="center"/> <EditText android:id="@+id/et_clr" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@drawable/round" android:ems="10" android:inputType="number" android:padding="10dp" android:text="0"/> <Button android:id="@+id/btn_save_tube" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@drawable/round_buttons" android:text="@string/save" android:textColor="@color/AMOB_gray" android:layout_marginTop="10dp"/> </LinearLayout> </ScrollView> 时,它会显示以下消息:

heroku addons:create cleardb:ignite

此验证是必须的吗? 任何人都可以帮我免费安装这个插件!

2 个答案:

答案 0 :(得分:5)

我也陷入了这个障碍,发现这个问题没有得到解答,你可能已经意识到,如果没有结算信息,就无法添加大多数插件。关于Account Verification

的文档中陈述了隐藏的原因
  

何时需要验证?   如果您或您应用的合作者想要:

,您必须验证自己的帐户      
      
  • 在应用中使用多个dyno。
  •   
  • 向应用添加任何加载项,即使加载项是免费的。唯一的例外是Heroku Postgres和Heroku Connect附加组件的免费计划,无需验证即可添加。
  •   
  • 向应用添加自定义域。
  •   
  • 接收已支付资源的应用程序的转移。
  •   
  • 超出应用程序的默认一次性dyno限制。
  •   
  • 一次拥有超过5个应用。已验证的帐户最多可包含100个应用。
  •   

它还说验证帐户意味着您必须添加信用卡。

答案 1 :(得分:0)

在Heroku上没有信用卡就不能使用附加组件。这样可以防止创建许多帐户,而只能获得许多免费附件。