<span id="mktg5"></span>

<i id="mktg5"><meter id="mktg5"></meter></i>

        <label id="mktg5"><meter id="mktg5"></meter></label>
        最新文章專題視頻專題問答1問答10問答100問答1000問答2000關鍵字專題1關鍵字專題50關鍵字專題500關鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關鍵字專題關鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
        問答文章1 問答文章501 問答文章1001 問答文章1501 問答文章2001 問答文章2501 問答文章3001 問答文章3501 問答文章4001 問答文章4501 問答文章5001 問答文章5501 問答文章6001 問答文章6501 問答文章7001 問答文章7501 問答文章8001 問答文章8501 問答文章9001 問答文章9501
        當前位置: 首頁 - 科技 - 知識百科 - 正文

        mysql5.1免安裝版配置_MySQL

        來源:懂視網 責編:小采 時間:2020-11-09 19:06:22
        文檔

        mysql5.1免安裝版配置_MySQL

        mysql5.1免安裝版配置_MySQL:bitsCN.com 本文為Windows下配置mysql5.1免安裝版一、去官網下載下來壓縮包。二、將壓縮包解壓在某個位置 例如:E:/Java/mysql-5.1.73三、配置my.ini文件 # Example MySQL config file for small systems.## This is f
        推薦度:
        導讀mysql5.1免安裝版配置_MySQL:bitsCN.com 本文為Windows下配置mysql5.1免安裝版一、去官網下載下來壓縮包。二、將壓縮包解壓在某個位置 例如:E:/Java/mysql-5.1.73三、配置my.ini文件 # Example MySQL config file for small systems.## This is f

        bitsCN.com

        本文為Windows下配置mysql5.1免安裝版

        一、去官網下載下來壓縮包。

        二、將壓縮包解壓在某個位置 例如:E:/Java/mysql-5.1.73

        三、配置my.ini文件

        # Example MySQL config file for small systems.## This is for a system with little memory (<= 64M) where MySQL is only used# from time to time and it's important that the mysqld daemon# doesn't use much resources.## MySQL programs look for option files in a set of# locations which depend on the deployment platform.# You can copy this option file to one of those# locations. For information about these locations, see:# http://dev.mysql.com/doc/mysql/en/option-files.html## In this file, you can use all long options that a program supports.# If you want to know which options a program supports, run the program# with the "--help" option.# The following options will be passed to all MySQL clients[client]password	= 123port	= 3306socket	= MySQL# Here follows entries for some specific programs# The MySQL server[mysqld]basedir=E:/Java/mysql-5.1.73datadir=E:/Java/mysql-5.1.73/dataport	= 3306socket	= MySQLskip-lockingkey_buffer_size = 16Kmax_allowed_packet = 1Mtable_open_cache = 4sort_buffer_size = 64Kread_buffer_size = 256Kread_rnd_buffer_size = 256Knet_buffer_length = 2Kthread_stack = 128K# Don't listen on a TCP/IP port at all. This can be a security enhancement,# if all processes that need to connect to mysqld run on the same host.# All interaction with mysqld must be made via Unix sockets or named pipes.# Note that using this option without enabling named pipes on Windows# (using the "enable-named-pipe" option) will render mysqld useless!# #skip-networkingserver-id	= 1# Uncomment the following if you want to log updates#log-bin=mysql-bin# binary logging format - mixed recommended#binlog_format=mixed# Uncomment the following if you are using InnoDB tables#innodb_data_home_dir = C://mysql//data//#innodb_data_file_path = ibdata1:10M:autoextend#innodb_log_group_home_dir = C://mysql//data//# You can set .._buffer_pool_size up to 50 - 80 %# of RAM but beware of setting memory usage too high#innodb_buffer_pool_size = 16M#innodb_additional_mem_pool_size = 2M# Set .._log_file_size to 25 % of buffer pool size#innodb_log_file_size = 5M#innodb_log_buffer_size = 8M#innodb_flush_log_at_trx_commit = 1#innodb_lock_wait_timeout = 50[mysqldump]quickmax_allowed_packet = 16M[mysql]no-auto-rehash# Remove the next comment character if you are not familiar with SQL#safe-updates[myisamchk]key_buffer_size = 8Msort_buffer_size = 8M[mysqlhotcopy]interactive-timeout
        四、將my.ini文件放在系統Windows目錄下。

        五、開始--運行 里面輸入CMD 進入DOS下 輸入 mysqld-nt -install,將mysql作為系統服務

        啟動MYSQL服務 net start mysql

        停止MYSQL服務 net stop mysql

        移除mysql服務 mysqld-nt --remove

        如果安裝成功但啟動不了,報1067錯,請檢查my.ini文件。文件里面配置的路徑要和實際的存放路徑一致才行。

        bitsCN.com

        聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

        文檔

        mysql5.1免安裝版配置_MySQL

        mysql5.1免安裝版配置_MySQL:bitsCN.com 本文為Windows下配置mysql5.1免安裝版一、去官網下載下來壓縮包。二、將壓縮包解壓在某個位置 例如:E:/Java/mysql-5.1.73三、配置my.ini文件 # Example MySQL config file for small systems.## This is f
        推薦度:
        • 熱門焦點

        最新推薦

        猜你喜歡

        熱門推薦

        專題
        Top
        主站蜘蛛池模板: 亚洲国产成人爱av在线播放| 99精品在线免费观看| 免费观看理论片毛片| 亚洲高清日韩精品第一区| 精品视频在线免费观看| 亚洲乱码中文字幕久久孕妇黑人| 免费一区二区三区在线视频| 免费人成在线观看视频播放| 日日躁狠狠躁狠狠爱免费视频| 国产成人免费手机在线观看视频| 亚洲日韩在线中文字幕综合| 国产大片91精品免费看3| 精品一区二区三区免费毛片| 亚洲国产V高清在线观看| 在线免费观看伊人三级电影| 亚洲av日韩综合一区在线观看| 99re视频精品全部免费| 亚洲国产午夜精品理论片| 成年女人男人免费视频播放 | 亚洲精品无码国产片| 国产又长又粗又爽免费视频 | 久久国产精品免费网站| 18gay台湾男同亚洲男同| 国产在线观看免费观看不卡| 亚洲色大成网站www永久男同 | 日韩一级视频免费观看| 国产亚洲蜜芽精品久久| 亚洲色婷婷六月亚洲婷婷6月| 91精品导航在线网址免费| 亚洲一级毛片免观看| 亚洲精品偷拍视频免费观看| 免费观看在线禁片| 亚洲无人区码一二三码区别图片 | 毛片免费视频播放| 免费人成网上在线观看| 亚洲综合婷婷久久| 成人免费视频一区二区三区| 一区二区免费电影| 亚洲人成在线免费观看| 免费在线观看a级毛片| 久久免费观看国产精品|