<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>VerySource - MySQL/Postgresql</title>
    <link>https://forum.verysource.com/forum-49-1.html</link>
    <description>Latest 20 threads of MySQL/Postgresql</description>
    <copyright>Copyright(C) VerySource</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 25 Sep 2026 12:56:30 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://forum.verysource.com/static/image/common/logo_88_31.gif</url>
      <title>VerySource</title>
      <link>https://forum.verysource.com/</link>
    </image>
    <item>
      <title>mysql-connector-odbc-8.0.29-winx64</title>
      <link>https://forum.verysource.com/thread-3908-1-1.html</link>
      <description><![CDATA[mysql-connector-odbc-8.0.29-winx64]]></description>
      <category>MySQL/Postgresql</category>
      <author>MagoRu</author>
      <pubDate>Mon, 19 Sep 2022 06:01:26 +0000</pubDate>
    </item>
    <item>
      <title>新来报道</title>
      <link>https://forum.verysource.com/thread-3832-1-1.html</link>
      <description><![CDATA[大家好]]></description>
      <category>MySQL/Postgresql</category>
      <author>yanjieverys</author>
      <pubDate>Fri, 10 Dec 2021 05:49:43 +0000</pubDate>
    </item>
    <item>
      <title>Database problem</title>
      <link>https://forum.verysource.com/thread-3756-1-1.html</link>
      <description><![CDATA[How can SQL2000 data import 2005?]]></description>
      <category>MySQL/Postgresql</category>
      <author>userls</author>
      <pubDate>Tue, 06 Jul 2021 08:27:16 +0000</pubDate>
    </item>
    <item>
      <title>Novice ask for a date query statement</title>
      <link>https://forum.verysource.com/thread-3286-1-1.html</link>
      <description><![CDATA[The column type is TIMESTAMP

I want to do a statistical query, with a monthly interval, that is, how many records are found in all records per month
For example, how many records are there every month from January 2015 to January 2016?
Please enligh ]]></description>
      <category>MySQL/Postgresql</category>
      <author>sc_ups</author>
      <pubDate>Mon, 28 Sep 2020 08:30:01 +0000</pubDate>
    </item>
    <item>
      <title>Find a master and child table join query, please help, online, etc.</title>
      <link>https://forum.verysource.com/thread-2018-1-1.html</link>
      <description><![CDATA[There are two tables:
1. parent table; 2. child table

parent primary key: id
child primary key: id, foreign key p_id

Now you need to query the parent records and sort them. The sorting principle is based on the number of subtables corresponding to]]></description>
      <category>MySQL/Postgresql</category>
      <author>用户名1</author>
      <pubDate>Thu, 13 Feb 2020 12:00:01 +0000</pubDate>
    </item>
    <item>
      <title>How does mysql modify the database name?</title>
      <link>https://forum.verysource.com/thread-1809-1-1.html</link>
      <description><![CDATA[alter database \'a\' modify name = \'bb\';
No way

sp_renamedb, not working in mysql

Master, give me pointers! Thank you]]></description>
      <category>MySQL/Postgresql</category>
      <author>hardcore</author>
      <pubDate>Fri, 07 Feb 2020 07:00:01 +0000</pubDate>
    </item>
    <item>
      <title>About Chinese encoding in the database</title>
      <link>https://forum.verysource.com/thread-1685-1-1.html</link>
      <description><![CDATA[There is a problem that I have not understood. I use JDBC to write a record to mysql. I write Chinese directly in Java programs. But what I see in mysql is garbled.

What\'s going on with this question?

Thank you all!]]></description>
      <category>MySQL/Postgresql</category>
      <author>codename19</author>
      <pubDate>Sun, 02 Feb 2020 04:00:02 +0000</pubDate>
    </item>
    <item>
      <title>About the problem of using C API connection between mysql and vc</title>
      <link>https://forum.verysource.com/thread-1674-1-1.html</link>
      <description><![CDATA[Use vc to connect to mysql via c API ..

both include and lib were introduced,\\MySQL Server 5.0\\include
\\..\\MySQL Server 5.0\\lib\\debug

#include 

Compile error:
Compiling ...
StdAfx.cpp
c:\\program files\\mysql\\mysql server 5.0\\include\]]></description>
      <category>MySQL/Postgresql</category>
      <author>krobis</author>
      <pubDate>Sun, 02 Feb 2020 00:20:01 +0000</pubDate>
    </item>
    <item>
      <title>How to restore mysql database with sql script</title>
      <link>https://forum.verysource.com/thread-1169-1-1.html</link>
      <description><![CDATA[As the title]]></description>
      <category>MySQL/Postgresql</category>
      <author>钢铁男子</author>
      <pubDate>Thu, 23 Jan 2020 04:40:01 +0000</pubDate>
    </item>
    <item>
      <title>Using show processlist, I found that the database connection has been Reading from net, what should I do?</title>
      <link>https://forum.verysource.com/thread-810-1-1.html</link>
      <description><![CDATA[Using show processlist, I found that the database connection has been Reading from net, what should I do?
http://dev.mysql.com/doc/refman/4.1/en/show-processlist.html
Reading from net
The server is reading a packet from the network.

The explanation ]]></description>
      <category>MySQL/Postgresql</category>
      <author>nimasia1</author>
      <pubDate>Thu, 16 Jan 2020 05:00:01 +0000</pubDate>
    </item>
    <item>
      <title>Urgent: Why is there an error in the statement when there is UNION when creating a view?</title>
      <link>https://forum.verysource.com/thread-703-1-1.html</link>
      <description><![CDATA[create or replace view v_all_limit
as
(


 select * from all_limit
 union
  select * from all_limit2

)]]></description>
      <category>MySQL/Postgresql</category>
      <author>yang168</author>
      <pubDate>Mon, 13 Jan 2020 04:40:01 +0000</pubDate>
    </item>
    <item>
      <title>Strange problem thrown by mysql?</title>
      <link>https://forum.verysource.com/thread-371-1-1.html</link>
      <description><![CDATA[When I insert the database, it throws the following:
General error, message from server: \&quot;Column count doesn\'t match value count at row 1\&quot;]]></description>
      <category>MySQL/Postgresql</category>
      <author>lala12341</author>
      <pubDate>Mon, 06 Jan 2020 01:40:01 +0000</pubDate>
    </item>
  </channel>
</rss>