表示 进入内容 7180628
« 先前的 10 新的记录 | 下一步 10 较早的记录 »
Displaying posts with tag: CTO (reset)
mysql skip-name-resolve skip-grant-tables

skip-name-resolve  此语句用于跳过dns域名解析,在局域网连接时会更快捷,不过使用此命令,mysql库的user表中的host须由原来localhost改为%,否则不能连接数据库。 skip-grant-tables 此语句用于跳过user表权限检查,在忘记密码时可以直接登录数据...

【mysql】  【数据库】  【域名解析】  【DNS】  【cto】  【Blog】   …

[获取更多]
MySQL导入表及执行外部脚本

OS:CentOS 5,MySQL版本:5.0   一、向MySQL的数据库中导入表:   

登陆MySQL后,执行命令: use DATABASE_NAME source /var/www/m_point.

【linux】  【mysql】  【SQL】  【数据库】  【shell】  【centos】  【脚本】  【source】   …

[获取更多]
MyCli工具的安装

MyCli这个是python开发的mysql客户端小程序,能自动补全SQL命令。

在CentOS下面执行:

1 2

# yum install python-devel # easy_install mycli

即可完成安装。

【python】  【mysql】  【SQL】  【yum】  【centos】  【cto】  【Blog】   …

[获取更多]
工具网站集锦

在线作图网站 https://www.processon.com/ mysql慢日志传到log-server http://help.papertrailapp.com/kb/configuration/configuring-centralized-logging-from-mysql-query-logs/ 学好 Python 的 11 个优秀资源 http://my.

【python】  【监控】  【mysql】  【日志】  【网络性能】  【性能监控】  【微服务】   …

[获取更多]
mysql5.7字符集问题

[client] port = 3306  socket = /home/mysql/socket/mysql.sock  [mysqld] port = 3306 skip-grant-tables = 1 character_set_server = utf8 字符集改变 mysql> sh...

【mysql】  【字符集】  【variables】  【cto】  【Socket】  【Blog】   点击查看原文>

SQL2000中BCP轻松使用导入导出数据

SQL2000中BCP轻松使用导入导出数据 bcp 可以实现数据的导入与导出。    c:\>bcp "demo.dbo.订单表" out "c:\test.txt" -c -q -S "virus\mysql" -U "sa"          -P "dir"    注释:demo.

【mysql】  【SQL】  【数据库】  【排序】  【Server】  【test】  【demo】   …

[获取更多]
查看nginx apache mysql php原始编译

查看nginx  apache  mysql  php原始编译查看nginx编译参数:/usr/local/nginx/sbin/nginx -V查看apache编译参数:cat /usr/local/apache/build/config.

【nginx】  【php】  【mysql】  【Apache】  【cto】  【Blog】   点击查看原文>

Transaction level 'READ-COMMITTED' in InnoDB is not safe for binlog mode 'STATEMENT'

YSQL5.1后出现错误 Transaction level 'READ-COMMITTED' in InnoDB is not safe for binlog mode 'STATEMENT' 一查原来是innodb和binlog不兼容引起的。

【mysql】  【innodb】  【Transaction】  【binlog】  【cto】  【Blog】   点击查看原文>

mysql建库

GBK: create database bbs DEFAULT CHARACTER SET gbk COLLATE gbk_chinese_ci; UTF8: CREATE DATABASE `bbs' DEFAULT CHARACTER SET utf8 COLLATE utf8_gener...

【mysql】  【bbs】  【Create】  【database】  【cto】  【Blog】   点击查看原文>

#2002-The server is not responding (or the local MySQL server's socket is not correctly configur

#2002-The server is not responding (or the local MySQL server's socket is not correctly configured)

这是mysql的mysql.

【linux】  【php】  【mysql】  【Apache】  【Server】  【cto】  【Socket】  【Blog】   …

[获取更多]
表示 进入内容 7180628
« 先前的 10 新的记录 | 下一步 10 较早的记录 »