mysqlでデータベースを作成させたいです。
条件は以下
・os:windows10
・コマンドを管理者実行
・データベース名:list_app
・テーブル名:users
コマンドで以下のようにmysqlの起動とログインを前提として行いました。
C:\Windows\system32>net start mysql57
MySQL57 サービスを開始します.
MySQL57 サービスは正常に開始されました。
C:\Windows\system32>
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>
騒がしいですが、何卒宜しくお願い致します。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。