Ungefähr 96 Ergebnisse
Links auf neuer Registerkarte öffnen
  1. mysql is not recognised as an internal or external …

    MySQL location is: C:\Program Files\MySQL\MySQL Server 8.0\bin In Windows, system variables I had set the path as: variable name: MYSQL_HOME variable value: C:\Program …

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

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

  3. How can I import an SQL file using the command line in MySQL?

    10. Juli 2019 · I have a .sql file with an export from phpMyAdmin. I want to import it into a different server using the command line. I have a Windows Server 2008 R2 installation. I placed …

  4. MySQL root access from all hosts - Stack Overflow

    27. Juni 2012 · I can access with user root from the same remote machine command-line interface using the standard mysql client. Now I want to allow root access from every host on …

  5. How do I use MySQL through XAMPP? - Stack Overflow

    I installed XAMPP v3.2.1 because I wanted to learn how to create database in MySQL and learn more about TOMCAT. However, I am a little confused about what to do now. I have read many …

  6. MySQL :: MYSQL8 will not start - Can't connect to local MySQL …

    14. Mai 2023 · MySQL Forums Forum List » Newbie New Topic MYSQL8 will not start - Can't connect to local MySQL server through socket Posted by: Adam Wilshire Date: May 14, 2023 …

  7. MySQL :: MySQL Data Connection for VS 2022 / MySQL for Visual …

    27. Juli 2023 · Googling issues with MySQL not being in the Data Connections dropdown shows a lot of answers, I've tried a lot of them but am not even sure which versions of MySQL Server, …

  8. Newest 'mysql' Questions - Stack Overflow

    17. Dez. 2012 · When updating a MySQL database with python3 or PHP, one ensures that the user-supplied values are appropriately protected by using something like: statement = "INSERT …

  9. Failed to connect to mysql at 127.0.0.1:3306 with user root …

    27. Apr. 2017 · 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.

  10. How to create a database from shell command in MySQL?

    11. März 2010 · I'm looking for something like createdb in PostgreSQL or any other solution that would allow me to create database with a help of a shell command. Any hints?