About 1,350,000 results
Open links in new tab
  1. How to connect to MySQL from the command line - Stack Overflow

    Feb 27, 2011 · How can you connect to MySQL from the command line in a Mac? (i.e. show me the code) I'm doing a PHP/SQL tutorial, but it starts by assuming you're already in MySQL.

  2. MySQL :: Database initialization Issue

    Nov 15, 2024 · Process for mysqld, with ID 22512, was run successfully and exited with code -1073741819. Failed to start process for MySQL Server 9.1.0. Database initialization failed. …

  3. Announcing October 2024 Releases featuring MySQL Server 9.1.0 ...

    Oct 16, 2024 · MySQL NDB Cluster is the distributed, shared-nothing variant of MySQL. MySQL Server 9.1.0 and MySQL NDB Cluster 9.1.0 are Innovation releases, which means it will have …

  4. MySQL: Grant **all** privileges on database - Stack Overflow

    Feb 16, 2011 · mysql -u root -p Enter your mysql root password Next, list out all the users and their host on the MySQL server. Unlike PostgreSQL this is often stored in the mysql database. …

  5. MySQL Forums

    Oct 25, 2025 · Forum for MySQL Enterprise Monitor & Oracle Enterprise Manager for MySQL

  6. MySQL :: MySQL Server 8.0.29 failed install (server won't start)

    Jun 8, 2022 · C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe (mysqld 8.0.29) initializing of server in progress as process 2472 InnoDB initialization has started. InnoDB …

  7. MySQL :: MySQL Forums :: MySQL Workbench

    Sep 17, 2024 · 2,165 Jim Edvardsson 10/25/2024 07:59AM MySQL Workbench crashing on Reverse Engineering, Forward Engineering, and Model Sync 1,117 Jorge Pimentel …

  8. How to retrieve the current version of a MySQL database …

    Jan 24, 2012 · A surprising number of answers below suggest some variant of mysql --version. This gives the version of the client utility, not the server, so it's a bit like trying to find out your …

  9. MySQL :: MYSQL Workbench installation failed with Visual C

    Aug 3, 2020 · MySQL Forums Forum List » MySQL Workbench New Topic MYSQL Workbench installation failed with Visual C++ 2019 redistributable Posted by: Udara Ratnayake Date: …

  10. mysql - Access Denied for User 'root'@'localhost' (using password: …

    Access denied for user 'root'@'localhost' it's because MySql 5.7 by default allow to connect with socket, which means you just connect with sudo mysql. If you run sql :