<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
        主站蜘蛛池模板: 在线观看国产一区亚洲bd| 亚洲综合无码一区二区| 国产精品亚洲专区在线播放| 在线观看免费大黄网站| 亚洲乱码国产乱码精华| 全免费一级午夜毛片| 亚洲乱妇熟女爽到高潮的片 | 色噜噜噜噜亚洲第一| 日韩一级在线播放免费观看| 相泽南亚洲一区二区在线播放| 国产gav成人免费播放视频| 又粗又长又爽又长黄免费视频| 国产成人亚洲综合无码| 两个人日本免费完整版在线观看1| 亚洲精品美女久久777777| 男人都懂www深夜免费网站| 久久精品国产亚洲AV麻豆~| 67pao强力打造高清免费| 亚洲无限乱码一二三四区| 国外成人免费高清激情视频| 免费国产高清毛不卡片基地| 亚洲中文无韩国r级电影| 女人体1963午夜免费视频| 亚洲一级毛片在线观| 日本不卡视频免费| 一级毛片a女人刺激视频免费| 亚洲成AV人片在线观看无| 中文字幕影片免费在线观看| 美女露100%胸无遮挡免费观看 | 亚洲小视频在线观看| 久久久久久99av无码免费网站| 亚洲欧美在线x视频| 日本红怡院亚洲红怡院最新| 久久久久久国产a免费观看黄色大片| 亚洲精品人成网线在线播放va| 亚洲国产日韩在线观频| 亚洲一区免费视频| 真正全免费视频a毛片| 亚洲黄网站wwwwww| 免费人成在线观看网站视频 | 国内精自视频品线六区免费|