版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、1、課程名稱:mysql的安裝和基本使用2、知識點概述2.1、本次預備講解的知識點1、mysql的簡介和用途2、mysql的安裝注意事項3、基本術語4、基本使用3、具體內容3.1、MySQL 簡介MySQL是最流行的開放源碼SQL數(shù)據(jù)庫管理系統(tǒng),它是由MySQLAB公司開發(fā)、發(fā) 布并支持的。MySQLAB是由多名MySQL開發(fā)人創(chuàng)辦的一家商業(yè)公司。它是一家第二代開 放源碼公司,結合了開放源碼價值取向、方法和成功的商業(yè)模型。3.2、據(jù)庫的作用數(shù)據(jù)庫系統(tǒng)本質上是一種管理信息列表的手段。這些信息可以來找不同的地方。如果研究的 數(shù)據(jù),顧客的請求,銷售報告,個人愛好信息等等。數(shù)據(jù)系統(tǒng)能處理廣泛的信息,但
2、如果是 一項簡單的工作就沒有必要使用數(shù)據(jù)庫系統(tǒng),例如:小飯店的臨時記賬單 數(shù)據(jù)庫系統(tǒng)的力量只在組織和管理的信息很龐大或很復雜,用手工處理極為繁重時才能顯示 處理。例如:每天處理百萬業(yè)務的公司中國移動肯定會選擇使用數(shù)據(jù)庫系統(tǒng)。3.3、MySQL 安裝lySQL Server Instance Configuration VizardMySQL Server Instance ConfigurationConfigure the MySQL Server 5.5 server instance.Please select a configuration type.Detailed Configur
3、ationL 留 Choose this configuration type to create the optimal server setup for this machine.C Standard ConfigurationUse this only on machines that do not already have a MySQL server installation. This will use a general purpose configuration for the server that can be tuned manually. BackCancelMy移 l
4、ySQL Server 5. 5 SetupCompleted the MySQL Server 5.5 Setup WizardClick the Finish button to exit the Setup Wizard.0 Launch the MySQL Instance Configuration WizardCancellySQL Server Instance Configuration TizardWelcome to the MySQL Server InstanceConfiguration Wizard 1.0.17.0The Configuration Wizard
5、will allow you to configure the MySQL Server 5.5 server instance. To Continue, dick Next.lySQL Server Instance Configuration TizardMySQL Server Instance ConfigurationConfigure the MySQL Server 5.5 server instance.Please set the networking options.I? Enable TCP/IP NetworkingEnable this to allow TCP/I
6、P connections. When disabled, only local connections through named pipes are allowed.Port Number: |3306 三袒項.如1 現(xiàn)菸?切Please set the server SQL mode.I? Enable Strict Mode BackCancelThis option forces the server to behave more like a traditional database server. It is recommended to enable this option.l
7、ySQL Server Instance Configuration TizardMySQL Server Instance ConfigurationConfigure the MySQL Server 5.5 server instance.Please select a server type. This will influence memory, disk and CPU usage.peveloper MachineI This is a development machine, and many other applications will be run on it. MySQ
8、L Server should only use a minimal amount of memory.C Server MachineSeveral server applications will be running on this machine. Choose this option for web/application servers. MySQL will have medium memory usage.C Dedicated MySQL Server MachineThis machine is dedicated to run the MySQL Database Ser
9、ver. No other servers, such as a web or mail server, will be run. MySQL will utilize up to all available memory.lySQL Server Instance Configuration VizardMySQL Server Instance ConfigurationConfigure the MySQL Server 5.5 server instance.Please select the database usage.6 Multifunctional Database Gene
10、ral purpose databases. This will optimize the server for the use of the fast transactional InnoDB storage engine and the high speed MylSAM storage engine.C Transactional Database OnlyOptimized for application servers and transactional web applications.:-n This will make InnoDB the main storage engin
11、e. Note that the 矽MylSAM engine can still be used.C Non-Transactional Database OnlySuited for simple web applications, monitoring or logging applications as well as analysis programs. Only the non-transactional MylSAM storage engine will be activated.NextCancellySQL Server Instance Configuration Viz
12、ardMySQL Server Instance ConfigurationConfigure the MySQL Server 5.5 server instance.Please set the Windows options.V Install As Windows ServiceThis is the recommended way to run the MySQL server on Windows.Service Name: MySQLI? Launch the MySQL Server automaticallyV include Bin Directory in Windows
13、 PATH:Check this option to indude the directory containing the server / dient executables in the Windows PATH variable so they can be called from the command line.眼Cancel3.4、術語MySQL歸類為關系型數(shù)據(jù)庫管理系統(tǒng)(DBMS ),所謂關系數(shù)據(jù)庫管理系統(tǒng)含義如下:1、數(shù)據(jù)庫(DB )是存儲信息的倉庫,以一種簡單的,規(guī)則的方式進行組織|-數(shù)據(jù)庫中的數(shù)據(jù)組織為表|-每個表由行和列組成|-表中沒行為一個記錄|-記錄可包含幾段信息;
14、表中每列對應這些信息中的一段2、管理系統(tǒng)(MS)是允許通過添加,檢索、修改或刪除記錄來使用數(shù)據(jù)的軟件ORACLE、MySQL、SQLServer. DB2 .3、關系(R)表示特殊種類的DBMS,它通過尋找相互之間的共同元素使存 放在一個表中的信息關聯(lián)到存放在另一個表中的信息。關系數(shù)據(jù)庫的能力在于它能夠從 這些表中方便的取出數(shù)據(jù),并將關聯(lián)個表中的信息相結合的出問題的答案,這些答案只 依據(jù)單個表的信息是不可能得到的。3.5、體系結構在使用MySQL時,實際上使用以下兩個程序,因為MySQL采用的是客戶機/服務器體 系結構。-數(shù)據(jù)庫服務器是一個位于存放數(shù)據(jù)的機器上的程序。它監(jiān)聽從網絡上傳過來的客戶
15、機的請求并根據(jù)這些請求訪問數(shù)據(jù)庫的內容,以便向客戶機提供它們所要求的 信息。-客戶機是連接到數(shù)據(jù)庫服務器的程序,這些程序告訴服務器需要什么信息的查詢。常用客戶機程序:NO客戶機程序說明1mysql這是一個交互式的客戶機程序,它能發(fā)布查詢并能看到結果。2mysqldump格存表的內容到某個文件3mysqllimport將文件內容導入某個表4mysqladmin查看服務器狀態(tài)并完成管理任務注意:MySQL 指的是整個MySQLRDBMS,而mysql代表的是一個特定的客戶機程序名36、基本操作1、建立和終止于服務器的連接快捷鍵:windows鍵+ R、彈出如下框輸入如下命令,按回車說明:-h連接的
16、主機、-u用戶名、-p密碼輸入密碼,顯示如下提示,前綴變?yōu)閙ysql,說明以啟動mysql程序2、終止、退出連接輸入quit命令MySQL使用一種稱為SQL ( StructuredQueryLanguage )的語言,SQL是當今的標 準數(shù)據(jù)庫語言,所有主要的數(shù)據(jù)庫都使用它。3、當前版本號、日期說明:|- 一個命令通常由一個sql語句構成,隨后有一個;”(分號)作為結|-mysql表示準備接受命令|-mysql顯示多少行被返回,和查詢花了多少時間,它提供一個服務器性能的大致概念4、如有必要可以將一個查詢分為幾行-”:表示mysql允許繼續(xù)鍵入這個查詢,此提示有助于提醒查詢你的查詢不完整5、如果輸入了多行,但中間包含錯誤命令,想放棄,可輸入“*6、mysql可做簡單的計算小結:mysql提示符:NO提示符說明1mysql準備接受命令2-等待多行命令的下一行3等待下一行,收集以單引號開始的字符4 等待下一行,收集以雙引號開始的字符7、顯示當前用戶(OSS QQ -Q)
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025屆江西科技學院附屬中學中考二模生物試題含解析
- 2025屆黑龍江省雙鴨山市集賢縣重點達標名校中考沖刺卷生物試題含解析
- 城中村改造風險分析與防控措施
- 河北省邯鄲市大名縣2025屆中考生物模擬試題含解析
- 服務協(xié)議書范本
- 2025屆山西省太原市小店區(qū)志達中學中考生物全真模擬試題含解析
- 空調安裝承包合同
- 郊區(qū)臨時場地租賃協(xié)議
- 夫妻離婚協(xié)議標準范本
- 智能機器人技術推廣應用協(xié)議
- 2025年度高端商務車輛聘用司機勞動合同模板(專業(yè)版)4篇
- 2025年福建福州市倉山區(qū)國有投資發(fā)展集團有限公司招聘筆試參考題庫附帶答案詳解
- 2025年人教版新教材數(shù)學一年級下冊教學計劃(含進度表)
- GB/T 45107-2024表土剝離及其再利用技術要求
- 2025長江航道工程局招聘101人歷年高頻重點提升(共500題)附帶答案詳解
- 2025年黑龍江哈爾濱市面向社會招聘社區(qū)工作者1598人歷年高頻重點提升(共500題)附帶答案詳解
- 2025年國新國際投資有限公司招聘筆試參考題庫含答案解析
- 2025年八省聯(lián)考四川高考生物試卷真題答案詳解(精校打印)
- 執(zhí)行總經理崗位職責
- NS3000計算機監(jiān)控系統(tǒng)使用手冊
- 《妊娠期惡心嘔吐及妊娠劇吐管理指南(2024年)》解讀
評論
0/150
提交評論