Advertisement
Guest User

Untitled

a guest
Aug 7th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. MariaDB [(none)]> show databases;
  2. +--------------------+
  3. | Database |
  4. +--------------------+
  5. | MyMusic72 |
  6. | MyVideos116 |
  7. | information_schema |
  8. | mysql |
  9. | performance_schema |
  10. +--------------------+
  11. 5 rows in set (0.007 sec)
  12.  
  13. MariaDB [(none)]> use MyVideos116;
  14. Reading table information for completion of table and column names
  15. You can turn off this feature to get a quicker startup with -A
  16.  
  17. Database changed
  18. MariaDB [MyVideos116]> select * from movie where idMovie = 1;
  19. Empty set (0.001 sec)
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement