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

    Apr 16, 2025 · The main discussion forum for MySQL. Please use specialized forums for specific topics.

  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. What does mysql -u root -p do? - Stack Overflow

    Apr 7, 2017 · mysql -u root -p means, that you trying to connect to MySQL shell with parameters - -u parameter specified MySQL user name. -u, --user=name User for login if not current user. …

  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. 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 …

  6. 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

  7. Newest 'mysql' Questions - Stack Overflow

    I am developing a ToDo application in Python 3.13.1 with GUI in PyQt5 and connection to MySQL database via mysql-connector-python. When I run main.py, the application instantly crashes …

  8. MySQL :: MySQL ODBC Connector 9.1.0 - Connection Issues in …

    Oct 30, 2024 · I have downloaded/ tried installing the MySQL ODBC Connector Version 9.1.0 from the General Availability Releases page; the installation completes successfully, but when …

  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. MySQL :: MySQL Forums :: General

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