MySQL 學習筆記 001

2021-10-07 12:36:24 字數 1322 閱讀 6676

以管理員身份執行cmd命令提示符,輸入:net start mysql啟動服務。

net start mysql
c

:\windows\system32> net start mysql

請求的服務已經啟動。

請鍵入 net

helpmsg

2182 以獲得更多的幫助。

本地登入:去到mysql安裝位置的bin目錄下,並登入mysql,以下以我的電腦安裝的為例:

登入語句mysql -u root -p123456注意:-p與密碼之間不能有空格

mysql -u root -p123456
c

:\windows\system32>d:

d:\>cd d

:\mysoftwere\mysql-

5.7.23

-winx64\mysql-

5.7.23

-winx64\bin

d:\mysoftwere\mysql-

5.7.23

-winx64\mysql-

5.7.23

-winx64\bin>mysql -uroot -p123456

mysql:

[warning] using a password on the command line inte***ce

can be insecure.

welcome to the mysql monitor. commands end with

; or \g.

your mysql connection id is 76

server version:

5.7.23 mysql community server

(gpl

)(c)

2000

,2018

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>

出現如上結果,說明登入已經成功!可以對資料庫進行操作了!

學習筆記 001

mingw的全稱是 minimalist gnu on windows,本質是乙個開源的 c語言 編譯器。mingw其實是將gcc linux平台上的乙個經典c語言編譯器 移植到windows系統所產生的。而平時使用的dev cpp其實就是以mingw為編譯器的一類整合開發環境。main 作為c語言...

oracle學習筆記001

了解dab的工作職責,了解dab所掌握的知識,制定學習計畫 通過查閱一些 大體了解了一下學習oracle的一些心得,今天總結一下怎麼學習oracle 1 首先要了解oracle的體系結構,以及oracle的安裝 物理劃分 邏輯劃分 後台程序 5天 2 掌握基本的sql 序列 儲存過程 觸發器 檢視 ...

Hive學習筆記001

hive的應用場景 主要是解決了,如果使用多個map和reduce進行資料處理,每次都需要修改程式,有些改動非常少,這樣不利於開發效率 hive的出現主要是解決了因為小的需求變更而,頻繁的需要修改hadoop程式,提供了類似sql的hiveql。hive類似乙個中間轉換器 編譯器的作用 將hadoo...