• MySQL Tutorials

    From SQA@21:1/5 to All on Sun Apr 26 16:13:29 2020
    This free MySQL tutorial book is a collection of notes and sample codes written by the author while he was learning MySQL himself, an ideal tutorial guide for beginners. Topics include introduction of Structured Query Language (SQL); installation of
    MySQL; using MySQL client program; accessing MySQL from PHP, Java and Perl programs; SQL data types, literals, operations, expressions, and functions; Statements of Data Definition Language (DDL), Data Manipulation Language (DML), and Query Language;
    stored procedures; transaction management; locks and deadlocks. Updated in 2019 (Version Version 4.30): added MySQL 8 tutorials.

    http://herongyang.com/MySQL/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Luuk@21:1/5 to SQA on Mon Apr 27 08:49:50 2020
    On 27-4-2020 01:13, SQA wrote:
    This free MySQL tutorial book is ... added MySQL 8 tutorials.

    http://*******/MySQL/


    Too bad, the '<enter>' key of they author is not working....

    And all material written there can also be found here: https://dev.mysql.com/doc/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jerry Stuckle@21:1/5 to Luuk on Mon Apr 27 15:26:21 2020
    On 4/27/2020 2:49 AM, Luuk wrote:
    On 27-4-2020 01:13, SQA wrote:
    This free MySQL tutorial book is ...  added MySQL 8 tutorials.

    http://*******/MySQL/


    Too bad, the '<enter>' key of they author is not working....

    And all material written there can also be found here: https://dev.mysql.com/doc/



    What do you expect from a Google Groupie?

    But to the author's credit, it's a decent book. Yes, everything can be
    found in the official doc, but that's good as a reference manual. I
    think this has some advantages in that it's written more like a user
    manual.

    However, at the same time the author's lack of experience in MySQL shows
    in that he skips over a lot of topics and doesn't really describe some
    areas.

    For instance, under "Installing MySQL" he says to enter the password "TopSecret" - not explaining what the password is for or why you should
    not use "TopSecret" as a password. He also says to install only the
    full version with no discussion of a custom install. He also had
    nothing on configuration options in my.ini. And, of course, nothing on
    Linux (probably the most common OS for MySQL installations).

    So all in all, it's not a bad book and an OK for beginners. But you're
    correct in that the reference manual contains all of this information
    and more. But it can also be hard for a beginner to know what questions
    to ask in order to find something in the official doc.

    --
    ==================
    Remove the "x" from my email address
    Jerry Stuckle
    jstucklex@attglobal.net
    ==================

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)