os:windows10
mysql-var:57
管理者実行:コマンド
を行いました。
コマンドで行ったことは以下の通りです。
C:\Windows\system32>net start mysql57
MySQL57 サービスを開始します.
MySQL57 サービスは正常に開始されました。
C:\Windows\system32>mysql --user=root --password
Enter password: *********
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.7.31-log MySQL Community Server (GPL)
Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
list_appのデータベースを削除したいです。
方法をどうか教えてください。
回答1件
あなたの回答
tips
プレビュー