<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>MySQL - 问答吧</title>
    <link>http://ask.phpfans.net</link>
    <description>PHP爱好者,新闻,论坛,问答吧,文档,手册,下载,博客</description>
    <copyright>Copyright(C) PHPfans</copyright>
    <lastBuildDate>Fri, 10 Sep 2010 18:32:06 +0800</lastBuildDate>
    <image>
      <url>http://www.phpfans.net/image/phpfans.logo.gif</url>
      <title>PHP爱好者</title>
      <link>http://www.phpfans.net</link>
    </image>
    <item>
      <title>这样的文本文件如何导入到Mysql库中去?</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNjA4OQ.html</link>
      <description><![CDATA[我的表结构已初步定了 :设备号交易日期&nbsp; 交易账号交易时间流水号交易类型交易金额关文本如下:重复的,有一定规律 只是初步设想 ，将文本中的主要数据导入 关键是用什么方法导入,是不是要写一个程序 因为其中无用的数据要去掉，我以前只知道被导入的数据是固定的格式07:30:35 -------------------------------日期:2010-09-10 设备号: 091   &n...]]></description>
      <category>20</category>
      <author>opteva560</author>
      <pubDate>Fri, 10 Sep 2010 16:35:38 +0800</pubDate>
    </item>
    <item>
      <title>多字段比较大小</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNjA3OQ.html</link>
      <description><![CDATA[表如下create table a(a int,b int,c int,d int,e int);insert into a value(1,3,2,4,2);就一条记录，现在要求出5个值里最小的值。]]></description>
      <category>20</category>
      <author>zuoxingyu</author>
      <pubDate>Fri, 10 Sep 2010 16:30:43 +0800</pubDate>
    </item>
    <item>
      <title>MYSQL有没有连接功能？</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNjA2Ng.html</link>
      <description><![CDATA[例如我有2个数据库 分别在俩个不同的服务器。我要用 1库查询出的相应ID  去和  2库中对比筛选。有什么好办法在查询的时候建立连接吗？我现在的做法是 取出1的ID 放到集合中  到2库去逐个遍历。这样很没效率。很慢有什么办法解决吗？举个例子？！谢谢]]></description>
      <category>20</category>
      <author>dcpromoo</author>
      <pubDate>Fri, 10 Sep 2010 16:25:09 +0800</pubDate>
    </item>
    <item>
      <title>如何查询MySQL服务器中的所有数据库名称</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNjA0Nw.html</link>
      <description><![CDATA[在MySQL Command Line Client中如何查询MySQL服务器中的所有数据库名称。]]></description>
      <category>20</category>
      <author>ltolll</author>
      <pubDate>Fri, 10 Sep 2010 16:15:03 +0800</pubDate>
    </item>
    <item>
      <title>请教高手，mysql字符转换问题</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNjAzNg.html</link>
      <description><![CDATA[我有一个表中 t_coursemanage 有 teacherid courseid 两个字段条件需要是以字符串型方式存进去的，现想通过触发器将数据转移至t_score表中的字段teacherid 和 courseid中 不知如何进行 ，大侠帮忙]]></description>
      <category>20</category>
      <author>fujianianhua</author>
      <pubDate>Fri, 10 Sep 2010 16:08:09 +0800</pubDate>
    </item>
    <item>
      <title>mysql 优化</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNjAyNg.html</link>
      <description><![CDATA[mysql 优化&nbsp;&nbsp;

　

数据库优化是一项很复杂的工作，因为这最终需要对系统优化的很好理解才行。尽管对系统或应用系统的了解不多的情况下优化效果还不错，但是如果想优化的效果更好，那么就需要对它了解更多才行。

本章主要讲解了几种优化mysql的方法，并且给出了例子。记着，总有各种办法能让系统运行的更快，当然了，这需要更多的努力。
7.1 优化概述

　
...]]></description>
      <category>20</category>
      <author>liyihongcug</author>
      <pubDate>Fri, 10 Sep 2010 16:06:00 +0800</pubDate>
    </item>
    <item>
      <title>MYSQL疑问</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNjAwMw.html</link>
      <description><![CDATA[初学数据库，不知道要看点什么书籍。我学的是MYSQL。大家介绍一下经典的入门书籍吧，顺便介绍下如何学习比较实际]]></description>
      <category>20</category>
      <author>Iamduoluo</author>
      <pubDate>Fri, 10 Sep 2010 15:49:04 +0800</pubDate>
    </item>
    <item>
      <title>mysql的常用命令</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNTk4NA.html</link>
      <description><![CDATA[mysql的几个小技巧

1.修改mysql中root的密码：
shell&gt;mysql -u root -p
mysql&gt;SET PASSWORD FOR root=PASSWORD(&quot;root&quot;);

2.远程登录mysql server：(当然server必须首先给某个远程用户授权了）
shell&gt;mysql -h host -u user ...]]></description>
      <category>20</category>
      <author>liyihongcug</author>
      <pubDate>Fri, 10 Sep 2010 15:36:00 +0800</pubDate>
    </item>
    <item>
      <title>mysql 备份问题</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNTk2Nw.html</link>
      <description><![CDATA[我在测试mysql的时候，新建了一个数据库test, 然后备份，接着新建了一个表，然后用之前的备份恢复，这个表竟然还在？ 不是应该没有吗？


 还问一下，mysqldump 是不是只能用来备份，不能用来还原的，


 我看到有些人说mysqldump daname&gt;back.sql 是备份， mysqldump daname&lt;back.sql是还原，我测试了一下，好像不是...]]></description>
      <category>20</category>
      <author>hzczichao</author>
      <pubDate>Fri, 10 Sep 2010 15:21:00 +0800</pubDate>
    </item>
    <item>
      <title>mysql/libexec下面的mysqld问题</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNTkyOQ.html</link>
      <description><![CDATA[ 本帖最后由 yingtank 于 2010-09-10 14:43 编辑 

/etc/init.d/mysqld 这个是个脚本，根share/mysql/mysql.server差不多，也许是直接copy的

但是libexec下面的这个mysqld是打不开的，打开乱码的

有谁知道这个mysqld是干什么的，libexec下面还有一个文件 mysqldmanager，名子不知道有没有...]]></description>
      <category>20</category>
      <author>yingtank</author>
      <pubDate>Fri, 10 Sep 2010 14:42:00 +0800</pubDate>
    </item>
    <item>
      <title>lock问题 在线等。。急</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNTkyNw.html</link>
      <description><![CDATA[SQL code

FOR UPDATE 和 lock in share mode 到底有什么区别

 =================================...]]></description>
      <category>20</category>
      <author>m582445672</author>
      <pubDate>Fri, 10 Sep 2010 14:41:21 +0800</pubDate>
    </item>
    <item>
      <title>mysql 账号  host 主机问题</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNTkxMA.html</link>
      <description><![CDATA[我在给一个账号设置了 xxxx@'%', %按道理是表示任意的主机，当然也是包括自己了，可是我登入数据库所在的那台服务器，用mysql -uxxxx -p 说登入拒接。然后我新建了一个xxxx@'localhost',就可以直接在服务器上登入了。为什么% 表示所有的，但是在本机登入去登入不了？？？？]]></description>
      <category>20</category>
      <author>dzypb</author>
      <pubDate>Fri, 10 Sep 2010 14:19:55 +0800</pubDate>
    </item>
    <item>
      <title>mysql里的时间应该都是以秒为单位吧？</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNTg4OA.html</link>
      <description><![CDATA[mysql里的时间应该都是以秒为单位吧？
比如：
show status like 'uptime'

Uptime&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;6191668]]></description>
      <category>20</category>
      <author>lixunpeng</author>
      <pubDate>Fri, 10 Sep 2010 13:57:00 +0800</pubDate>
    </item>
    <item>
      <title>Mysql 板块 报名</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNTY2NQ.html</link>
      <description><![CDATA[敬爱的版主先生，您好好久不来板块了， 不知道现在活跃度高不高。恳请你把这个月的发帖统计亮出来 看看 认识下更多的朋友此致敬礼]]></description>
      <category>20</category>
      <author>nianzhang747</author>
      <pubDate>Fri, 10 Sep 2010 13:41:42 +0800</pubDate>
    </item>
    <item>
      <title>关于show命令</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNTU4Ng.html</link>
      <description><![CDATA[使用show命令时，有时显示的数据一个屏幕不够用，所以前面的显示结果看不到了，该怎么办？新手，请帮忙。]]></description>
      <category>20</category>
      <author>xinitech</author>
      <pubDate>Fri, 10 Sep 2010 12:04:00 +0800</pubDate>
    </item>
    <item>
      <title>MySQL DBA 前途问题！</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNTUyNw.html</link>
      <description><![CDATA[我以前做了1年的oracle开发、1年的sqlserver2000的管理开发。

现在在一家小公司，刚做了3个月的mysql dba，我想问的是，以后有大公司招mysql DBA吗？

现在年纪大了，今年28了，也不想创业（没有资本和人脉，父母年纪大了，需要我养老），我如果选mysql dba作为终生职业的话，以后有大公司需要吗，我准备30岁的时候，选一家大公司养老！

不知道mysq...]]></description>
      <category>20</category>
      <author>oraclemch</author>
      <pubDate>Fri, 10 Sep 2010 11:20:00 +0800</pubDate>
    </item>
    <item>
      <title>mysql的varchar数据类型如何存储路径的'\'字符?</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNTA4MA.html</link>
      <description><![CDATA[存储'/'字符却正常.......不解........]]></description>
      <category>20</category>
      <author>kkkk77</author>
      <pubDate>Fri, 10 Sep 2010 10:31:29 +0800</pubDate>
    </item>
    <item>
      <title>小弟学mysql，想找个xp下的mysql客户端登陆软件，要命令行的，</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNTQ3OA.html</link>
      <description><![CDATA[想找个xp下的mysql客户端登陆软件，要命令行的，找了好久没合适的，大侠们tell me ！！]]></description>
      <category>20</category>
      <author>weishifu2003</author>
      <pubDate>Fri, 10 Sep 2010 10:23:00 +0800</pubDate>
    </item>
    <item>
      <title>现在有人使用mysql的分布式事务的吗？效果怎么样？</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNTQ2OQ.html</link>
      <description><![CDATA[有没有人使用过mysql的分布式事务，【对数据完整性要求高】目前使用的分布式事务有些缺陷数据库如果异常重启binglog丢失部分数据。大家有什么好的解决办法]]></description>
      <category>20</category>
      <author>misos</author>
      <pubDate>Fri, 10 Sep 2010 09:39:00 +0800</pubDate>
    </item>
    <item>
      <title>mysql主从复制无法复制表结构</title>
      <link>http://www.phpfans.net/ask/htmls/201009/MTAxNTQ2NQ.html</link>
      <description><![CDATA[今天在主服务器上执行了一条增加字段的sql语句，发现主服务器成功更新，但从服务器没有更新过来而且主从复制并没有崩溃
很奇怪哦
各位大哥们，有没碰到过这种问题啊]]></description>
      <category>20</category>
      <author>hhuit123</author>
      <pubDate>Fri, 10 Sep 2010 09:30:00 +0800</pubDate>
    </item>
  </channel>
</rss>