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.
2 つのテーブルを使用してデータベースをセットアップしています。接続変数を介して DB に接続するサインアップ スクリプトを作成しました。パラメータとして DBuser DBpassword DBhost と DBname のみを指定します。アクセスしようとしている特定の DB テーブルを追加する必要がありますか?
データベースに接続するには、それで十分です。必要はありませんがselect、 , insert,... のような他の mysql ステートメントを使用するには、テーブル名を指定する必要があります
select
insert