Ubuntu 12.04下安装MySQL图解
                        
                            时间:2021-07-01 10:21:17
                            帮助过:39人阅读
							                        
                     
                    
                    
                    
 
 
 
- # For advice on how to change settings please see  
- # http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html  
- # *** DO NOT EDIT THIS FILE. It‘s a template which will be copied to the  
- # *** default location during install, and will be replaced if you  
- # *** upgrade to a newer version of MySQL.  
-   
- [client]  
- port        = 3306  
- default-character-set=utf8  
- # Here is entries for some specific programs  
- # The following values assume you have at least 32M ram  
-   
- [mysqld]  
- character_set_server=utf8  
- lower_case_table_names=1  
- init_connect=‘SET NAMES utf8‘  
-   
- lower_case_table_names=1  
-   
- max_connections=3000    
- max_allowed_packet = 32M   
-   
- thread_cache_size = 16    
- thread_concurrency = 8    
-   
- query_cache_size = 128M    
-   
- # Remove leading # and set to the amount of RAM for the most important data  
- # cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.  
- # innodb_buffer_pool_size = 128M  
-   
- # Remove leading # to turn on a very important data integrity option: logging  
- # changes to the binary log between backups.  
- # log_bin  
-   
- # These are commonly set, remove the # and set as required.  
- # basedir = .....  
- # datadir = .....  
- # port = .....  
- # server_id = .....  
- # socket = .....  
-   
- # Remove leading # to set options mainly useful for reporting servers.  
- # The server defaults are faster for transactions and fast SELECTs.  
- # Adjust sizes as needed, experiment to find the optimal values.  
-  join_buffer_size = 16M  
-  sort_buffer_size = 16M  
- # read_rnd_buffer_size = 2M   
-   
- sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES   
-   
- [mysqldump]  
- quick  
- quote-names  
- max_allowed_packet = 32M    
-     
- [mysql]    
- no-auto-rehash    
 
 
参考文章: http://blog.csdn.net/njchenyi/article/details/17615391
Ubuntu 12.04下安装MySQL图解
标签:变更   ace   用户模式   top   title   repo   远程登录   character   sel