About 64 results
Open links in new tab
  1. MySQL Forums

    Mar 18, 2026 · The world's most popular open source database MySQL.com Downloads Documentation Developer Zone Forums Bugs Worklog Labs Planet MySQL News and Events Community

  2. 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 new features, …

  3. MySQL :: MySQL Forums :: Spanish

    Feb 17, 2022 · 975 Luis Ormaza 01/22/2024 12:02AM MySQL no arranca después de restaurar punto restauración en windows 10 1,012 Michel Bambala 01/16/2024 04:45AM

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

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

    Mar 11, 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?

  6. How to find out the MySQL root password - Stack Overflow

    Jun 5, 2012 · I cannot figure out my MySQL root password; how can I find this out? Is there any file where this password is stored? I am following this link but I do not have directadmin directory in local.

  7. MySQL :: MySQL Forums :: Connector/C (libmysqlclient)

    Jul 12, 2022 · Views Written By Posted Sticky: How to build MySQL 8.0 C API (libmysqlclient) (1 Posts) 1,282 Edwin Desouza 07/12/2022 09:47AM

  8. Announcing January 2026 Releases featuring MySQL Server 9.6.0 ...

    Jan 23, 2026 · Dear MySQL users, We are pleased to announce the release of the following products: * MySQL Server 9.6.0 Innovation, 8.4.8 LTS, and 8.0.45 * MySQL Shell, Router 9.6.0, 8.4.8, and …

  9. How can I solve "Error: MySQL shutdown unexpectedly"?

    Aug 3, 2013 · Rename folder mysql/data to mysql/data_old Make a copy of mysql/backup folder and name it as mysql/data Copy all your database folders from mysql/data_old into mysql/data (except …

  10. How can I do 'insert if not exists' in MySQL? - Stack Overflow

    I started by googling and found the article How to write INSERT if NOT EXISTS queries in standard SQL which talks about mutex tables. I have a table with ~14 million records. If I want to add more ...