表示 进入内容 7180448
« 先前的 10 新的记录 | 下一步 10 较早的记录 »
Displaying posts with tag: variables (reset)
24.2. SQLSTATE[HY000] [2002] No such file or directory

mysql> show variables like '%socket%'; +-----------------------------------------+---------------------------+ | Variable_name ...

【php】  【mysql】  【配置】  【variables】  【file】  【Socket】   点击查看原文>

MySQL的存储引擎与日志说明

1.1 存储引擎的介绍   1.1.1 文件系统存储   文件系统:操作系统组织和存取数据的一种机制。文件系统是一种软件。   类型:ext2 3 4 ,xfs 数据。  不管使用什么文件系统,数据内容不会变化,不同的是,存储空间、大小、速度。

【mysql】  【日志】  【LOG】  【配置】  【索引】  【variables】   …

[获取更多]
设置mysql最大连接数的方法

MYSQL数据库安装完成后,默认最大连接数是100,一般流量稍微大一点的论坛或网站这个连接数是远远不够的,增加默认MYSQL连接数的方法有两个

方法一:进入MYSQL安装目录 打开MYSQL配置文件 my.

【mysql】  【数据库】  【variables】   点击查看原文>

MYSQL乱码问题

mysql> use  demodb; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A...

【服务器】  【mysql】  【数据库】  【variables】   点击查看原文>

[mysql]MySQL 两种连接方式

1:TCP/IP 套接字方式

这种方式会在TCP/IP 连接上建立一个基于网络的连接请求,一般是client连接跑在Server上的MySQL实例,2台机器通过一个TCP/IP 网络连接。

【服务器】  【mysql】  【Oracle】  【配置】  【Server】  【IP】  【variables】   …

[获取更多]
MySQL慢查询日志(二)

慢查询日志用来优化Query语句,以下是有关的几个参数,5.5版本以后可以到微秒(μs)新版本中还有long_query_io(读取次数) log_queries_not_using_indexes(没有使用索引的SQL) log_throttle_not_using_indexes(控制每分钟不...

【mysql】  【日志】  【LOG】  【lock】  【variables】   点击查看原文>

MySQL · 最佳实践 · 什么时候该升级内存规格

前言 在平时的工作中,会碰到用户想升级规格的case,有一些其实是没有必要的,这些通过优化设计或者改写SQL语句,或者加加索引可以达到不升级的效果,而有一些确实是需要升级规格的,比如今天讲的case。

【mysql】  【SQL】  【索引】  【variables】  【磁盘】   点击查看原文>

MySQL错误:Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode,

错误:

Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option in Preferences -> SQL Queries and reconnect.

这是因为MySQL运行在safe-updates模式下,该模式会导致非主键条件下无法执行update或者delete命令。

【linux】  【mysql】  【SQL】  【数据库】  【code】  【variables】   …

[获取更多]
MySQL错误:Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode,

错误:

Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option in Preferences -> SQL Queries and reconnect.

这是因为MySQL运行在safe-updates模式下,该模式会导致非主键条件下无法执行update或者delete命令。

【linux】  【mysql】  【SQL】  【数据库】  【code】  【variables】   …

[获取更多]
MySQL日志配置

作为开发人员的,都知道日志的重要性,通过查看日志可以优化项目的性能,在出现错误的时候,一般第一步就是要查看错误日志。 这里我们介绍Mysql相关日志的一些配置。

【mysql】  【日志】  【LOG】  【配置】  【syslog】  【variables】   点击查看原文>

表示 进入内容 7180448
« 先前的 10 新的记录 | 下一步 10 较早的记录 »