表示 进入内容 681 去 690 的 1042 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Search Planet MySQL Go Displaying posts with tag: Blog (reset) Nov 11 2017 在linux中安装mysql时遇到的问题 Posted by mysql-云栖社区 on Sat 11 Nov 2017 18:35 UTC Tags: Linux, Blog, Redhat, yum, list, MySQL, CTO checking for termcap functions library... configure: error: No curses/termcap library found 原因: 缺少ncurses安装包 解决办法: 下载安装相应软件包 一、如果你的系统是RedHat系列: yu... 【linux】 【mysql】 【yum】 【list】 【RedHat】 【cto】 【Blog】 …[获取更多] Nov 11 2017 linux中打开mysql的问题-bash: mysql: command not found Posted by mysql-云栖社区 on Sat 11 Nov 2017 18:34 UTC Tags: Linux, Blog, bash, MySQL, CTO MySQL问题解决:-bash:mysql:command not found 问题: [root@linux115 /]# mysql -uroot -p -bash: mysql: command not found 因为mysql命令的路径在/u... 【linux】 【mysql】 【cto】 【Blog】 【Bash】 点击查看原文> Nov 11 2017 在Mac OS X启动和停止MySQL服务的命令 Posted by mysql-云栖社区 on Sat 11 Nov 2017 18:33 UTC Tags: Blog, Mac, os, server, MySQL, CTO 在Mac OS X启动和停止MySQL服务的命令 启动MySQL服务 sudo /usr/local/mysql/support-files/mysql.server start 停止MySQL服务 sudo /usr/local/mysql/support-files/mysql. 【mac】 【mysql】 【os】 【Server】 【cto】 【Blog】 点击查看原文> Nov 11 2017 access数据库转mysql数据库 Posted by mysql-云栖社区 on Sat 11 Nov 2017 18:31 UTC Tags: sql, Blog, csv, access, MySQL, CTO, 数据库, 脚本 推荐实用 MySQL-Front 一款小巧的管理Mysql的应用程序.主要特性包括多文档界面,语法突出,拖拽方式的数据库和表格。可编辑/可增加/删除的域,可编辑/可插入/删除的记录,可显示的成员,可执行的SQL 脚本,提供与外程序接口(比如实现access数据库导入到mysql数据库的操作、简单实用),保存数据到CSV文件等。 【mysql】 【SQL】 【数据库】 【脚本】 【Access】 …[获取更多] Nov 11 2017 老男孩教育每日一题第121天-如果在mysql命令行临时开启自动补全? Posted by mysql-云栖社区 on Sat 11 Nov 2017 18:30 UTC Tags: Blog, database, mariadb, MySQL, CTO, 索引 第一步在mysql下执行:rehash; 第二步use在一个库中:use mysql;然后就可以愉快的使用了 例如: MariaDB [(none)]> rehashMariaDB [(none)]> use mysql; Reading table information for comple... 【mysql】 【索引】 【Mariadb】 【database】 【cto】 【Blog】 点击查看原文> Nov 11 2017 Centos6.5搭建LAMP Posted by mysql-云栖社区 on Sat 11 Nov 2017 18:29 UTC Tags: PHP, html, Blog, Apache, MySQL, CTO, 数据库, 测试, 防火墙 首先安装apache(具体文档请联系本博主,首页有博主邮箱)2.设置系统让 Apache 开机自动启动。3.防火墙设置4.vi /etc/sysconfig/iptables 添加iptables防火墙策略~~~网站的80端口,和数据库的3306端口。 【php】 【mysql】 【防火墙】 【Apache】 【数据库】 【测试】 【html】 …[获取更多] Nov 11 2017 老男孩教育每日一题第122天-如何快速安装perl模块? Posted by mysql-云栖社区 on Sat 11 Nov 2017 18:29 UTC Tags: Blog, perl, rpm, by, MySQL, CTO, 索引, 模块 参考答案: 整体方法 Linux/Unix下安装Perl模块有两种方法:手工安装和自动安装。 第一种方法是从CPAN上下载 您需要的模块,手工编译、安装。 第二种方法是联上internet,使用一个叫做CPAN的模块自动完 成下载、编译、安装的全过程。 【mysql】 【模块】 【rpm】 【BY】 【索引】 【cto】 …[获取更多] Nov 11 2017 监控cpu负载的脚本 Posted by mysql-云栖社区 on Sat 11 Nov 2017 18:28 UTC Tags: Blog, log, awk, cpu, test, MySQL, 监控, 脚本 #!/bin/sh NUM=`uptime | awk -F ',' '{print $4}' | awk -F ' ' '{print $3}'` echo $NUM >/tmp/num.log num=`tail -n1 /tmp/num. 【监控】 【mysql】 【LOG】 【脚本】 【test】 【CPU】 【Blog】 【awk】 …[获取更多] Nov 11 2017 not in,not exists,left join性能对比 Posted by mysql-云栖社区 on Sat 11 Nov 2017 18:28 UTC Tags: Blog, MySQL, CTO, 性能 mysql> select SQL_NO_CACHE count(*) from test1 where id not in(select id from test2); +----------+ | count(*) | +----------+ | 215203 | +----------+ 1 row in set (5. 【mysql】 【性能】 【cto】 【Blog】 点击查看原文> Nov 11 2017 让mysql不能为空的字段为空时也能插入 Posted by mysql-云栖社区 on Sat 11 Nov 2017 18:26 UTC Tags: Blog, MySQL, CTO 第一步: 在mysql安装目录中找到my.ini将: #sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" 改为:(如果没有则可直接设置) sql-mode="NO_AUTO_CREATE_USER,N... 【mysql】 【cto】 【Blog】 点击查看原文> 表示 进入内容 681 去 690 的 1042 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Get Started Contributing Contributing to MySQL Developer Guide Oracle MySQL Blogs Oracle's MySQL Blog (41) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums