Something went wrong. If this issue persists please contact us through our help center at help.opena

Something went wrong. If this issue persists please contact us through our help center at help.opena

封了 对话了
可能3小时,1天,3天吧
可能输入什么不合法的东西或者让GPT帮你写什么不合法的东西

解决方法

等着吧,或者再注册个换着来应该行
试了好多都不管用,这个也不管用,made,多自己解决问题比较好。
在这里插入图片描述

以下没用了,篇幅短会发不了

好好学sql,断不了得看啊用啊


global $sql;
$servername = "localhost";
$username = "root";
$password = "";

try {
    $conn = new PDO("mysql:host=$servername", $username, $password);

// 设置 PDO 错误模式为异常
$conn->setAttribute(PDO::ATTR_ERRMODE,  PDO::ERRMODE_EXCEPTION);
$sql = "CREATE DATABASE if not exists myDBPDO";

// 使用 exec() ,因为没有结果返回
$conn->exec($sql);

echo "数据库创建成功
"
; } catch(PDOException $e) { echo $sql."
"
. $e->getMessage(); } $conn = null; ?>

你可能感兴趣的:(chatgpt)