<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://medjava.ro/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://medjava.ro/feed.php">
        <title>Med Java - database:mysql</title>
        <description></description>
        <link>https://medjava.ro/</link>
        <image rdf:resource="https://medjava.ro/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-07T04:10:52+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://medjava.ro/doku.php?id=database:mysql:session-commands&amp;rev=1688488590&amp;do=diff"/>
                <rdf:li rdf:resource="https://medjava.ro/doku.php?id=database:mysql:set-character-set-collation&amp;rev=1735842138&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://medjava.ro/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Med Java</title>
        <link>https://medjava.ro/</link>
        <url>https://medjava.ro/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://medjava.ro/doku.php?id=database:mysql:session-commands&amp;rev=1688488590&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-04T16:36:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>session-commands</title>
        <link>https://medjava.ro/doku.php?id=database:mysql:session-commands&amp;rev=1688488590&amp;do=diff</link>
        <description>Session commands

Show all processes
show processlist
Alternatively a query can be used:
select id,user, host, db, command, time, state, info, progress
from information_schema.processlist
Kill a process
kill 100
100 is the process id listed above.

Oracle compatibility</description>
    </item>
    <item rdf:about="https://medjava.ro/doku.php?id=database:mysql:set-character-set-collation&amp;rev=1735842138&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-02T18:22:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>set-character-set-collation</title>
        <link>https://medjava.ro/doku.php?id=database:mysql:set-character-set-collation&amp;rev=1735842138&amp;do=diff</link>
        <description>MySQL Set Character Set and Collation

For existing tables

To use utf8 character set and utf8_general_ci collation:


ALTER TABLE my_table
CONVERT TO CHARACTER SET utf8
COLLATE utf8_general_ci;


Repeat this for all tables for which you need to adjust the character set and collation.</description>
    </item>
</rdf:RDF>
