国产99久久精品_欧美日本韩国一区二区_激情小说综合网_欧美一级二级视频_午夜av电影_日本久久精品视频

最新文章專題視頻專題問答1問答10問答100問答1000問答2000關(guān)鍵字專題1關(guān)鍵字專題50關(guān)鍵字專題500關(guān)鍵字專題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關(guān)鍵字專題關(guān)鍵字專題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
當(dāng)前位置: 首頁 - 科技 - 知識百科 - 正文

mysql5.1免安裝版配置_MySQL

來源:懂視網(wǎng) 責(zé)編:小采 時(shí)間:2020-11-09 19:06:22
文檔

mysql5.1免安裝版配置_MySQL

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

bitsCN.com

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

一、去官網(wǎng)下載下來壓縮包。

二、將壓縮包解壓在某個(gè)位置 例如: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文件放在系統(tǒng)Windows目錄下。

五、開始--運(yùn)行 里面輸入CMD 進(jìn)入DOS下 輸入 mysqld-nt -install,將mysql作為系統(tǒng)服務(wù)

啟動(dòng)MYSQL服務(wù) net start mysql

停止MYSQL服務(wù) net stop mysql

移除mysql服務(wù) mysqld-nt --remove

如果安裝成功但啟動(dòng)不了,報(bào)1067錯(cuò),請檢查my.ini文件。文件里面配置的路徑要和實(shí)際的存放路徑一致才行。

bitsCN.com

聲明:本網(wǎng)頁內(nèi)容旨在傳播知識,若有侵權(quán)等問題請及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

文檔

mysql5.1免安裝版配置_MySQL

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

最新推薦

猜你喜歡

熱門推薦

專題
Top
主站蜘蛛池模板: 精品一区二区三区四区电影 | 最新中文字幕第一页 | 97伊人网| 亚洲欧美日韩中文无线码 | 又大又硬又爽 | 91av中文字幕 | 亚洲一区二区三区中文字幕 | 欧美日韩高清在线观看 | 亚洲va欧美va天堂v国产综合 | 亚洲国产成人久久综合一 | 与子乱刺激对白在线播放 | 最新国产在线视频 | 久久亚洲精品国产亚洲老地址 | 日韩精品欧美视频 | 亚洲综合欧美日本另类激情 | 亚洲国产一区二区三区精品 | 中文字幕一区二区三区久久网站 | 欧美另类色 | 亚洲一区中文字幕 | 国产成人一区二区三区小说 | 日韩在线观看精品 | 亚洲国产激情一区二区三区 | 亚洲欧美日韩在线2020 | 日本欧美国产精品第一页久久 | 自拍 欧美 在线 综合 另类 | 日本1区2区 | 特级一级全黄毛片免费 | 欧美日韩亚洲区久久综合 | 成人精品视频一区二区在线 | 国产精品99久久 | 苦瓜影院1313理论片 | 亚洲欧美综合图片 | 足交在线观看 | 在线观看精品国产 | 国产精品美女一区二区三区 | 欧美福利在线视频 | 亚洲欧美综合视频 | 亚洲日本乱码中文论理在线电影 | 九九久久99综合一区二区 | 日韩欧美大陆 | 91精品一区二区 |