码迷,mamicode.com
首页 >  
搜索关键字:mysql操作    ( 453个结果
Centos上安装Mysql
操作系统信息: [vagrant@localhost ~]$ uname -a Linux localhost.localdomain 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux 1、sudo yum install Percona-Server-shared-55-5.5.37-rel35.0.el6.x86_64.rpm...
分类:数据库   时间:2015-02-26 23:03:59    阅读次数:514
Spring MVC + Spriing + MyBatis整合,写给新人
开发环境:开发工具:MyEclipse 8.6数据库:MySQL操作系统:WIN8.1Jar包:Spirng和SpringMVC版本:3.2.9MyBatis版本:3.2.8其他关联Jar包如图:----------------------------------------------------...
分类:编程语言   时间:2015-02-26 13:01:19    阅读次数:247
Python 连接 Mysql 操作异常
UserWarning: /home/toddler/.python-eggs is writable by group/others and vulnerable to attack when used with get_resource_filename. Consider a more secure location (set with .set_extraction_path or ...
分类:数据库   时间:2015-02-07 16:03:25    阅读次数:212
mysql中character_set_connection的作用
character_set_client = x character_set_results = xcharacter_set_connection = x;我们常用在mysql操作类中使用这三面,下面大概说下作用: character_set_client 客户端使用的编码,如GBK, UTF8....
分类:数据库   时间:2015-02-07 11:41:33    阅读次数:196
Leopard概述
Leopard概述了解Leopard吸引人的特性.Leopard是基于Spring基础上封装的后端开源框架,使用maven构建。Leopard模块介绍Leopard Data涵盖数据源定义、MySQL操作、Redis操作、Memcached操作、Memdb、跨JVM数据同步、缓存操作、Leopard...
分类:其他好文   时间:2015-02-07 06:50:25    阅读次数:183
[php]mysql操作流程
这种是比较老的一种mysql连接方法1、连接数据库$this->con = mysql_connect($this->host, $this->user, $this->pswd);2、选择数据库mysql_select_db($this->db, $this->con);3、操作mysql_que...
分类:数据库   时间:2015-02-04 21:39:15    阅读次数:222
php for mysql 操作类
1 linkid = @mysql_connect(HOST,UNAME,UPASS) or H::show_msg ('{"code":"1","msg":"Do not connect database"}'); 14 $this->dbname = DBNAME; 15 $...
分类:数据库   时间:2015-02-01 23:12:32    阅读次数:291
用python简单实现类似thinkphp的针对Mysql操作的数据模型
摘自以前CI实现的商城系统,做APP时需要实现数据接口,便用python实现了。 假设有表tp_article id title type 1 哈哈 1 2 图样涂森坡 1 使用thinphp实现取出type为1的数据如下 M()->from(''tp_article'')->where('type=1')->se...
分类:数据库   时间:2015-01-23 14:43:15    阅读次数:528
Mysql常用操作记录
在linux平台中相关的MySql操作打开Mysqlmysql -uroot -p //-u后边为用户名,-p后边为密码1:使用SHOW语句找出在服务器上当前存在什么数据库:mysql> SHOW DATABASES;2:2、创建一个数据库MYSQLDATAmysql> CREATE DATABAS...
分类:数据库   时间:2015-01-22 14:51:10    阅读次数:144
C# MySql 操作类
/* MySql 类 */using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using MySql.Data.MySqlC...
分类:数据库   时间:2015-01-19 23:34:21    阅读次数:294
453条   上一页 1 ... 39 40 41 42 43 ... 46 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!