Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PhpStorm でクエリを作成すると、 「 SQL ダイアレクトが構成されていません」という警告が表示されます。MySQL データベースを使用しています
$query = "SELECT * FROM anvandare WHERE anvandarnamn = '$this->username' AND losenord ='$this->'password'";
ダイアレクトを MySQL に設定するにはどうすればよいですか?