Query OK, 24918 rows affected (0.90 sec)Records:
24918 Duplicates: 0 Warnings: 0Query OK, 24923 rows affected (2.26 sec)Records:
24923 Duplicates: 0 W...
分类:
数据库 时间:
2014-05-18 19:21:18
阅读次数:
272
groupadd mysql #添加mysql组 useradd -g mysql mysql
-s /bin/false #创建用户mysql并加入到mysql组,不允许mysql用户直接登录系统 mkdir -p /data/mysql
#创建MySQL数据库存放目 chown -R mysql...
分类:
数据库 时间:
2014-05-18 19:11:27
阅读次数:
406
一、 下载mysql
C链接库地址:http://dev.mysql.com/downloads/二、 安装下载好的mysql驱动文件注意,一定要安装在不含有中文、空格以及特出符号的文件、路径中,为了方面起见,我直接安装在了
E:\MySQL 目录下,建议这么做。三、 库文件拷贝我的QT 安装目录为...
分类:
数据库 时间:
2014-05-18 01:55:52
阅读次数:
504
本机 PHP 安装./configure --prefix=/usr/local/php5
--with-gd --enable-gd-native-ttf --enable-gd-jis-conv --with-mysql
--with-pdo-mysql --with-oci8=instant....
分类:
系统相关 时间:
2014-05-18 00:56:23
阅读次数:
487
64位,才可以安装KVM虚拟机。32位系统的内核默认没有把KVM模块编译进去,而且源中也没有与虚拟化相关的软件包,如Qemu等报device-mapper-devel/libdevmapper错误解决方法在Centos下
yum -y install device-mapper-devel;在Ub....
分类:
其他好文 时间:
2014-05-17 20:55:55
阅读次数:
243
Spring版本:3.2.0Hibernate版本:3.6.0applicationContext配置文件: com.mysql.jdbc.Driver
jdbc:mysql://localh...
分类:
编程语言 时间:
2014-05-17 20:39:17
阅读次数:
411
1 select *, rand() as random FROM yef_exercises
where id not in(1) order by random limit 1 // Mysql
分类:
数据库 时间:
2014-05-17 18:58:42
阅读次数:
370
1.首先去extends扩展包里找到RBAC类2.复制里面创建四张表的SQL语句放到mysql里执行,得到四张表.3.需要自己创建一个user表,字段随意,一般是username
password之类存储用户登录信息.4.RBAC一般就是六个方法:依次为-->用户列表 角色列表 节点列表 添加用.....
分类:
Web程序 时间:
2014-05-17 18:30:44
阅读次数:
367
1、安装gconf-editor yum list | grep conf-editoryum
install gconf-editor2、运行gconf-editor设置: apps ---> gedit-2 ---> preferences
----> encodingauto-detected...
分类:
其他好文 时间:
2014-05-17 18:18:56
阅读次数:
215