程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> MYSQL數據庫 >> MySQL綜合教程 >> ssh框架使用mysql相關修改

ssh框架使用mysql相關修改

編輯:MySQL綜合教程

ssh框架使用mysql相關修改   所使用mysql版本為 mysql-installer-community-5.5.29.0    www.2cto.com   1.修改默認數據庫字符集  文件路徑:安裝根目錄,MySQL\MySQL Server 5.5\my.ini  default-character-set=utf8    character-set-server=utf8  可在該文件中修改端口:  # The TCP/IP Port the MySQL Server will listen on  port=3306  2.修改最大連接數    max_connections=1000    3.命令行啟動及停止服務  net start mysql  net stop mysql 

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved