0620練習

mysql: [Warning] D:\MySQL\install\bin\mysql.exe: ignoring option '--no-beep' due to invalid value ''.
Enter password: ********
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 17
Server version: 8.0.25 MySQL Community Server - GPL

Copyright (c) 2000, 2021, Oracle and/or its affiliates.

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>
mysql>
mysql> CREATE DATABASE practice;
Query OK, 1 row affected (0.01 sec)

mysql>
mysql>
mysql> SHOW DATABASES;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| mytest_project     |
| performance_schema |
| practice           |
| sakila             |
| sys                |
| world              |
+--------------------+
8 rows in set (0.01 sec)

mysql>
mysql> USE practice
Database changed
mysql>

arrow
arrow
    文章標籤
    mysql安裝
    全站熱搜

    羽 發表在 痞客邦 留言(0) 人氣()