About 1,360,000 results
Open links in new tab
  1. MySQL :: MySQL Forums :: MySQL Installer for Windows

    Jul 20, 2023 · Views Written By Posted Sticky: Introducing the MySQL Configurator tool for Windows (1 Posts) 1,106 Edwin Desouza 07/20/2023 10:03AM

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

    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.

  3. MySQL :: MySQL Forums :: Newbie

    Jan 21, 2025 · Sticky: MySQL Performance Tuning: The Perfect Scalability (1 Posts) Edwin Desouza 09/21/2019 04:16PM Sticky: MySQL 8.0: if I should optimize only one query, which one should it be …

  4. Xampp MySQL not starting - "Attempting to start MySQL service..."

    57 If you have MySQL already installed on your windows then go to services.msc file on your windows and right click the MySQL file and stop the service, now open your XAMPP and start MySQL. Now …

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

    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 I configure the …

  6. How to reset or change the MySQL root password? - Stack Overflow

    How do I change the MySQL root password and username in ubuntu server? Do I need to stop the mysql service before setting any changes?

  7. MySQL :: ERROR 1045 (28000) Access denied for user

    Nov 5, 2024 · I have tried turning on mysql_native_password and changing plugin in mysql.user to mysql_native_password and get same result. Workstation and server are both running Fedora Linux 40.

  8. How to log in to MySQL and query the database from Linux terminal?

    I am using Debian Linux on which MySQL is installed. I can log in to my Linux machine using root user as well as other user. I can connect to MySQL database on Linux machine from Windows machine us...

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

  10. MySQL Error: : 'Access denied for user 'root'@'localhost'

    In Ubuntu systems running MySQL 5.7 (and later versions), the root MySQL user is set to authenticate using the auth_socket plugin by default rather than with a password.