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.
私はwampserverを使用しています
mysqlプロンプトを開きました
接続/表示できるデータベースを知りたいのですが。どうすればこれを行うことができますか?
mysqlプロンプトを開いた場合は、次のように記述します。
show databases;
また、あなたがwampを持っているという事実を考えると、phpmyadminを使用することができます...
データベースを表示します。