MySQL安全设置,跟mssql差不多都是以普通用户权限运行mysql。其它的也需要注意下。
- 解压mysql到d:\mysql,编辑my.ini
- [mysqld]
- port=3306
- basedir="D:/mysql/"
- datadir="D:/mysql/Data/"
- tmpdir="d:/mysql/tmp/"
- default-character-set=utf8
- default-storage-engine=MYISAM
- skip-bdb
- skip-innodb
- skip-locking
- key_buffer=16M
- max_allowed_packet=1M
- table_cache=128
- thread_cache=8
- join_buffer_size=512K
- sort_buffer=512K
- record_buffer=512K
- max_connections=500
- wait_timeout=120
- interactive_timeout=120
- max_connect_errors=3000
- long_query_time=1
- max_heap_table_size=16M
- tmp_table_size=8M
- thread_concurrency=8
- myisam_sort_buffer_size=8M
- myisam_sort_buffer_size=4M
- low_priority_updates=1
- ft_min_word_len=1
- 编辑两个批处理
- 安装
- d:
- cd D:\mysql\bin
- mysqld-nt.exe --install MySQL --defaults-file=D:\mysql\my.ini
- net start mysql
- pause
- 卸载
- d:
- cd D:\APM\mysql\bin
- net stop mysql
- mysqld-nt.exe --remove MySQL
- pause
- 添加一个mysql启动用户,设置此用户为guest组,
- 设置d:\mysql目录为administrators组、system、新加的用户完全权限。
- 设置mysql服务的启动帐户为新加的用户,重新启动mysql服务。
- 设置拒绝本地登陆。
文章源自很文博客https://www.hinwi.com/很文博客-https://www.hinwi.com/27993.html
文章源自很文博客https://www.hinwi.com/很文博客-https://www.hinwi.com/27993.html
文章源自很文博客https://www.hinwi.com/很文博客-https://www.hinwi.com/27993.html
文章源自很文博客https://www.hinwi.com/很文博客-https://www.hinwi.com/27993.html 文章源自很文博客https://www.hinwi.com/很文博客-https://www.hinwi.com/27993.html
我的微信
微信号已复制
扫一扫更精彩
大家的支持是我更新的动力!!!