表示 进入内容 2031204014827
« 先前的 10 新的记录 | 下一步 10 较早的记录 »
Displaying posts with tag: MySQL (reset)
centos之mysql安装配置使用

安装:  这里只安装得时mysql5.1,如果想安装5.6,看这里http://www.cnblogs.com/xuange306/p/8243859.html

yum install -y mysql-server

  使用

重启:  service mysqld restart

初次安装mysql,root账户没有密码。

【mysql】  【Oracle】  【数据库】  【配置】  【centos】  【控制台】   …

[获取更多]
MySQL学习--使用客户端程序

在windows下载运行中输入cmd,然后输入以下命令进行登陆:

mysql -h localhost -p –urollen 其中-h localhost表示是运行在本机的MySQL服务器,-p选项用于告知MySQL要提示输入密码。

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

30.10. MySQL

[root@F5:Active] config # mysql --help mysql  Ver 14.12 Distrib 5.0.85, for pc-linux-gnu (i686) using  EditLine wrapper Copyright (C) 2000-2008 MySQL...

【mysql】  【BY】   点击查看原文>

30.6. process

top - 15:42:57 up 1:35, 1 user, load average: 0.41, 0.37, 0.42 Tasks: 179 total, 1 running, 178 sleeping, 0 stopped, 0 zombie Cpu0 : 7.

【mysql】  【events】  【tomcat】  【ATA】   点击查看原文>

第 30 章 Linux

目录 30.1. default password 30.2. uname 30.2.1. /etc/issue 30.3. cpu 30.4. memory 30.5. disk 30.6. process 30.

【linux】  【python】  【php】  【mysql】  【Apache】  【tomcat】  【Lua】  【rpm】   …

[获取更多]
RDS SQL Server– Best Practices of Execution Plan Cache for Missing Indexes

Execution plan cache is a significant part of SQL Server memory management. It can reveal to you how the execution of a query will occur, or how query execution took place.

【mysql】  【RDS】  【ApsaraDB】  【SQL_server】   点击查看原文>

PHP中的工厂方法模式

PHP手册中的工厂方法 •使用工厂来替换new操作 •思路:动态的根据传递的数据,新建相应的类的对象。 •<?php class Example {     // The parameterized factory method     public static function factory(type)     {         if (include_once 'Drivers/' .

【php】  【mysql】  【exception】  【Driver】  【page】   …

[获取更多]
MySQL体系结构

了解MySql必须牢牢记住其体系结构图,Mysql是由SQL接口,解析器,优化器,缓存,存储引擎组成的     1 Connectors指的是不同语言中与SQL的交互   2 Management Serveices & Utilities: 系统管理和控制工具   3 Connection Pool: 连接池。

【mysql】  【innodb】  【SQL】  【查询优化】  【数据结构】  【存储】   …

[获取更多]
深入理解MySQL 5.7 GTID系列(一)

MySQL GTID特性是5.6加入的一个强大的特性,它的目的在于使用GTID的MySQL能够在整个复制环境中能够自动地切换,而不像以前需要指定文件和位置,这也一定是未来发展的方向,我们熟知的MGR也是基于GTID的,所以了解GTID的原理也是必要的。

【云栖社区】  【mysql】  【模块】  【源码】  【数据结构】   点击查看原文>

Mysql中分页查询两个方法比较

mysql中分页查询有两种方式, 一种是使用COUNT(*)的方式,具体代码如下

1 2 3

SELECT COUNT(*) FROM foo WHERE b = 1;   SELECT a FROM foo WHERE b = 1 LIMIT 100,10;

1

...

【mysql】  【性能】  【索引】  【index】   点击查看原文>

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