Am I the only one that consistently gets hammered in the groin when using MySQL?

Am I the only one that consistently gets hammered in the groin when using MySQL?

It's All Fucked Shirt $22.14

Thalidomide Vintage Ad Shirt $22.14

It's All Fucked Shirt $22.14

  1. 2 weeks ago
    Anonymous

    Yes, install Postgres.

  2. 2 weeks ago
    Anonymous

    >set up new instance
    >make a user with every available privilege on any client
    >user not allowed to run query
    >2 hours of debugging later
    >simply restart the daemon and it works

    • 2 weeks ago
      Anonymous

      >insert table columns values
      >data to long for *non existant column*
      >well frick, that's useful
      >change all varchar N cols to text
      >same issue
      >okay, frick MySql support for this program

      >running a query using dbeaver
      >simple select statement won't return on small database table
      >terminating query won't work
      >know there is only one client (a program) connected besides dbeaver
      >stop the connected program
      >still fricking frozen garbage
      >welp
      >restart the database
      >ok, it works

      sqlite bros... I'm coming home

      • 2 weeks ago
        Anonymous

        okay, THATs shy my post was not submitting. You can't type varchar ( n *closing parenthese*

        • 2 weeks ago
          Anonymous

          I tell you, I ALWAYS hit these phaggy little snags with technology

          t. op

        • 2 weeks ago
          Anonymous

          Holy shit you're right.
          Why is that? What's special about "varchar(n*close parentheses*" that makes 4ch/cloudflare shit themselves?

          • 2 weeks ago
            Anonymous

            scared of sql skiddies

  3. 2 weeks ago
    Anonymous

    Tell her to stop. It's technically abuse.

  4. 2 weeks ago
    Anonymous

    >using mysql and not mariadb
    joever for you tbh

  5. 2 weeks ago
    Anonymous

    Come home brown man

  6. 2 weeks ago
    Anonymous

    Do you guys have any recommendations for someone trying to learn SQL?
    I’m not in the tech industry or anything, but I‘ve been fricking around with M language and DAX in Excel/Power BI long enough now (even if it’s mostly basic inner/left outer joins) that I should probably cut out the middleman- plus it might help me find a job that I hate less.

    • 2 weeks ago
      Anonymous

      not really, just use the database docs themselves when you're really stuck. also get started on a project what uses sql. That's how you learn best

  7. 2 weeks ago
    Anonymous

    sqlite is fine for me and if you need more youre using your database wrong

  8. 2 weeks ago
    Anonymous

    Just use Firebird

  9. 2 weeks ago
    Anonymous

    I know SQL syntax way better than I know using the SQL-GUI, so I just grab the UI and input raw SQL commands lmao

  10. 2 weeks ago
    Anonymous

    no, that's why most everyone uses postgres and gets hammered in groin in a different, but somewhat more mitigated, way.
    can't imagine using a database that isn't MVCC in 2024 honestly. SQL Server is pretty ok too if you use the right isolation levels.

    • 2 weeks ago
      Anonymous

      What? MySQL with InnoDB (which is the default), and PostgreSQL by default are MVCC. SQLServer is the only one that isn't by default and needs to be configured for it.

      • 2 weeks ago
        Anonymous

        good to know.
        thanks anon.

    • 2 weeks ago
      Anonymous

      SQL Server is a b***h to use thanks to its moronic API bullshit, even if it is pretty neat. At work, there are a few queries which consistently time out (30s max runtime for queries) despite the fact that sometimes they are the only process running. Something inside the database, definitely NOT another query, locks the table data and causes the query to never actually complete until the dbms either kills the process locking the table, or the process finishes whatever the frick it was doing

  11. 2 weeks ago
    Anonymous

    It literally works in my machine though? We use it at the company too and I haven't really had problems with the database server.
    Workbench shits itself on the regular though.

    • 2 weeks ago
      Anonymous

      my company uses it too, and I'm baffled it works for others. Idk if its cus I

      • 2 weeks ago
        Anonymous

        (page 10, I needed to bump, quickly)

        cus I didnt read the full mysql docs of how to operate mysql, or what, but I always have these weird hang ups with it. It's made me turn to SQLITE. I dont want to frick with user privileges and data types

Your email address will not be published. Required fields are marked *