<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Ghost网安小组-Ghostgroup - mysql</title>
    <link>https://mail.ghostgroup.cn/forum.php?mod=forumdisplay&amp;fid=90</link>
    <description>Latest 20 threads of mysql</description>
    <copyright>Copyright(C) Ghost网安小组-Ghostgroup</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 19 Apr 2026 15:36:01 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://mail.ghostgroup.cn/static/image/common/logo_88_31.gif</url>
      <title>Ghost网安小组-Ghostgroup</title>
      <link>https://mail.ghostgroup.cn/</link>
    </image>
    <item>
      <title>常用功能</title>
      <link>https://mail.ghostgroup.cn/forum.php?mod=viewthread&amp;tid=93</link>
      <description><![CDATA[查 select * from msg;
增 insert into msg (content,user,intime) values (\'x\',\'admin\',222);
改 update msg set content=\&quot;okok\&quot; where id =1;
删 delete from msg where id =0;$host=\'127.0.0.1\';
$user=\'roots\';
$pwd=\'sssss\';
$dbname=\'php1025s\';

$c]]></description>
      <category>mysql</category>
      <author>The Ghost Atrox</author>
      <pubDate>Fri, 25 Oct 2019 15:08:38 +0000</pubDate>
    </item>
    <item>
      <title>转义字符相关</title>
      <link>https://mail.ghostgroup.cn/forum.php?mod=viewthread&amp;tid=19</link>
      <description><![CDATA[MySQL的转义字符“\\” 
mfc_basic 
MySQL识别下列转义字符： 
\\0 
一个ASCII 0 (NUL)字符。 
\\n 
一个新行符。 
\\t 
一个定位符。 制符分隔 
\\r 
一个回车符。 
\\b 
一个退格符。 
\\\' 
一个单引号(“\'”)符。 
\\\&quot; 
一个双引号(“\&quot;”)符。 
一个反斜线(“\\”)符。 
\\% 
 ...]]></description>
      <category>mysql</category>
      <author>The Ghost Atrox</author>
      <pubDate>Thu, 30 Aug 2018 05:00:30 +0000</pubDate>
    </item>
    <item>
      <title>遇到的mysql执行问题汇总</title>
      <link>https://mail.ghostgroup.cn/forum.php?mod=viewthread&amp;tid=18</link>
      <description><![CDATA[[*]Update更新语法:Update dede_admin set username=\'管理员\' where username=\'频道总编\'
[*]\\为转义,\\\'为\',\\0为null
[*]报错时检查语法是否需要转义.
[*]创建删除库=&gt;drop/create database ***; 
[*]创建删除表=&gt;create table table_name (column_name column_type);, ...]]></description>
      <category>mysql</category>
      <author>The Ghost Atrox</author>
      <pubDate>Thu, 30 Aug 2018 04:53:54 +0000</pubDate>
    </item>
  </channel>
</rss>