我們首先在開始菜單中打開MYSQL數(shù)據(jù)庫,如下:
海州網(wǎng)站制作公司哪家好,找創(chuàng)新互聯(lián)公司!從網(wǎng)頁設(shè)計、網(wǎng)站建設(shè)、微信開發(fā)、APP開發(fā)、成都響應(yīng)式網(wǎng)站建設(shè)公司等網(wǎng)站項目制作,到程序開發(fā),運營維護。創(chuàng)新互聯(lián)公司自2013年創(chuàng)立以來到現(xiàn)在10年的時間,我們擁有了豐富的建站經(jīng)驗和運維經(jīng)驗,來保證我們的工作的順利進行。專注于網(wǎng)站建設(shè)就選創(chuàng)新互聯(lián)公司。
我們打開它,如下:
我們輸入正確的密碼,然后我們按下回車,就會發(fā)現(xiàn)窗口就消失了。
我的解決方法是:
我們先不輸入密碼,就直接按下鍵盤上的Enter鍵,如下:
我們會發(fā)現(xiàn),竟然進入了,而且窗口不會退出。并且這樣的MYSQL數(shù)據(jù)庫時可以使用的哦,真的是不用輸入密碼的
copy 拷貝文件 del 刪除文件
deltree 刪除目錄樹 dir 列文件名
diskcopy 制磁盤 edit 文本編輯
format 格式化磁盤 md 建立子目錄
mem 查看內(nèi)存狀況 type 顯示文件內(nèi)容
rd 刪除目錄 ren 改變文件名
記得多少啊,忘了就去上課看看,下面四個命令是新的,給出命令格式,你自己試試看,學(xué)電腦重要的就是摸索。
cls 清屏
〔適用場合〕 屏幕上太亂了,或是屏幕上出現(xiàn)亂碼了, 清除屏幕上顯示內(nèi)容但不
影響電腦內(nèi)部任何信息
〔用 法〕 cls 回車
move 移動文件,改目錄名
〔適用場合〕 移動文件到別的目錄
〔用 法〕 move [文件名] [目錄] 移動文件至新目錄下
move [目錄名] [目錄名] 改目錄名
〔例 子〕 c:\move c:\autoexec.bat c:\old?
移動autoexec.bat文件至old目錄下
c:\move c:\config.sys c:\temp?
移動config.sys文件至old目錄下
more 分屏顯示
〔適用場合〕 當(dāng)輸出很多一屏顯示不下時采用,幾乎適合所有命令,尤其是type
等命令時很有用。 使用more時磁盤不能有寫保護,也不適合光驅(qū)。
〔用 法〕 type [文件名] | more 分屏顯示文件內(nèi)容
more [文件名] 分屏顯示文件內(nèi)容
〔例 子〕 C:\type msdos.w40 | more
xcopy 拷貝目錄和文件
〔適用場合〕 在進行連同子目錄一起拷貝時很有用,在拷貝大量文件時比COPY命令
要快得多
〔用 法〕 xcopy [文件名] [目錄] 將指定文件拷貝到指定目錄
xcopy [源目錄] [目的目錄] 將源目錄連子目錄考到目的目錄下
xcopy *.* [目錄] /s 將文件與非空子目錄拷貝到指定目錄
其它常用參數(shù)還有: v 拷貝后校驗,會影響速度
e 與s 相似,但即使子目錄是空的也會拷貝
一、出現(xiàn)的問題
打開Mysql,點擊 MySQL Command Line Client,輸入密碼后,窗口閃了一下就退出,退出的時候隱約看到了ERROR提示。首先想到的是密碼錯誤,但是在核對了密碼之后就排除了這種可能性。
二、解決辦法
有可能是電腦上的MYSQL服務(wù)沒有開啟導(dǎo)致的,下面就開啟服務(wù)。
1.打開我的電腦,點擊管理。
2.點擊服務(wù)按鈕。
3.找到MYSQL,右鍵點擊啟動。
4.然后就可以看到MYSQL服務(wù)的狀態(tài)為已啟動。
5.這時再回過頭來,打開mysql的控制臺端,輸入密碼,就能正常使用Mysql了。
解決辦法:
1、碰到這種情況,找到my.ini配置文件
2、找到這一部分
# Installation Instructions
# ----------------------------------------------------------------------
#
# On Linux you can copy this file to /etc/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options
# (@localstatedir@ for this installation) or to
# ~/.my.cnf to set user-specific options.
#
# On Windows you should keep this file in the installation directory
# of your server (e.g. C:\Program Files\MySQL\MySQL Server X.Y). To
# make sure the server reads the config file use the startup option
# "--defaults-file".
#
# To run run the server from the command line, execute this in a
# command line shell, e.g.
# mysqld --defaults-file="c:\Program Files\MySQL\MySQL Server X.Y\my.ini"
#
# To install the server as a Windows service manually, execute this in a
# command line shell, e.g.
# mysqld --install MySQLXY --defaults-file="c:\Program Files\MySQL\MySQL Server X.Y\my.ini"
#
# And then execute this in a command line shell to start the server, e.g.
# net start MySQLXY
#
#
# Guildlines for editing this file
3、如果My.ini實際是在D盤,則將C:改為D: 如下
# Installation Instructions
# ----------------------------------------------------------------------
#
# On Linux you can copy this file to /etc/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options
# (@localstatedir@ for this installation) or to
# ~/.my.cnf to set user-specific options.
#
# On Windows you should keep this file in the installation directory
# of your server (e.g. C:\Program Files\MySQL\MySQL Server X.Y). To
# make sure the server reads the config file use the startup option
# "--defaults-file".
#
# To run run the server from the command line, execute this in a
# command line shell, e.g.
# mysqld --defaults-file="d:\Program Files\MySQL\MySQL Server X.Y\my.ini"
#
# To install the server as a Windows service manually, execute this in a
# command line shell, e.g.
# mysqld --install MySQLXY --defaults-file="d:\Program Files\MySQL\MySQL Server X.Y\my.ini"
#
# And then execute this in a command line shell to start the server, e.g.
# net start MySQLXY
#
#
# Guildlines for editing this file
author:sufei
版本:MySQL 8.0.18
說明:本文僅僅是測試MySQL閃回查詢的效果
整個操作情況如下:
下面則是閃回查詢執(zhí)行效果
相應(yīng)dml操作報錯,表明此時會話在閃回模式下,無法進行dml操作。