About 1,600,000 results
Open links in new tab
  1. MySQL :: MySQL Forums

    Apr 16, 2025 · Forum to discuss quality assurance techniques, such as bug reports, test cases, code patches

  2. How to connect to MySQL from the command line - Stack Overflow

    Jun 22, 2023 · One way to connect to MySQL directly using proper MySQL username and password is: mysql --user=root --password=mypass Here, root is the MySQL username …

  3. sql - MySQL query String contains - Stack Overflow

    it appears the author wanted to construct the MySQL query using PHP. Since the question was asked 12 years ago, current practice would be to use preprepared statements to prevent SQL …

  4. mysql - What does SQL Select symbol || mean? - Stack Overflow

    Apr 29, 2014 · mysql: concat ( vararg function ). caution : || means 'logical or' ( It's configurable , however; thanks to @hvd for pointing that out) oracle: || (infix operator), concat ( caution : …

  5. MySQL :: MySQL Forums :: MySQL Workbench

    Sep 17, 2024 · Can't login to MySQL with MySQL Workbench, Authentication plugin "" couldn't be found in restricted_auth plugin list

  6. MySQL :: MySQL Forums :: General

    Feb 16, 2024 · Re: I got different result using 'show character set' and 'select * from information_schema.character_sets'

  7. Announcing January 2025 Releases featuring MySQL Server 9.2.0 ...

    Jan 22, 2025 · MySQL NDB Cluster is the distributed, shared-nothing variant of MySQL. MySQL Server 9.2.0 and MySQL NDB Cluster 9.2.0 are Innovation releases, which means it will have …

  8. How do you use the "WITH" clause in MySQL? - Stack Overflow

    Mysql Developers Team announced that version 8.0 will have Common Table Expressions in MySQL (CTEs). So it will be possible to write queries like this: So it will be possible to write …

  9. MySQL :: Database initialization Issue

    Nov 15, 2024 · Hi, I'm trying to install mysql 9.1 on my pc. However when I get to the configuration of mysql, I keep ...

  10. Connect Java to a MySQL database - Stack Overflow

    DataSource. DriverManager is a fairly old way of doing things. The better way is to get a DataSource object. Either by using JNDI to look one up that your app server container already …