Microsoft Windows.docx

  • Uploaded by: Aries Lhi
  • 0
  • 0
  • December 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Microsoft Windows.docx as PDF for free.

More details

  • Words: 165
  • Pages: 2
Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\Administrator>cd C:\Users\Administrator\Documents\xampp\mysql\bin C:\Users\Administrator\Documents\xampp\mysql\bin>mysql -u root Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 9 Server version: 10.1.9-MariaDB mariadb.org binary distribution Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | mydb | | mysql | | performance_schema | | phpmyadmin | +--------------------+ 5 rows in set (0.00 sec) MariaDB [(none)]> create database Data_activity; Query OK, 1 row affected (0.06 sec) MariaDB [(none)]> show databases; +--------------------+ | Database | +--------------------+ | data_activity | | information_schema | | mydb | | mysql | | performance_schema | | phpmyadmin | +--------------------+ 6 rows in set (0.00 sec) MariaDB [(none)]> use data_activity; Database changed MariaDB [data_activity]> create table test_table(columnname1 varchar(45), column name2 varchar(45)); Query OK, 0 rows affected (0.09 sec) MariaDB [data_activity]>

Related Documents

Microsoft
November 2019 24
Microsoft
October 2019 31
Microsoft
April 2020 15
Microsoft
November 2019 27
Microsoft
May 2020 21
Microsoft
May 2020 22

More Documents from ""