About 59 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. MySQL :: Re: MySql dor Excel doesn't show up connection

    May 25, 2018 · MySQL Forums Forum List » MySQL for Excel New Topic Re: MySql dor Excel doesn't show up connection Posted by: Carlos Cáceres Date: June 18, 2018 10:02AM

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

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

  5. MySQL :: MySQL Forums :: Connector/C++

    Jul 26, 2022 · 1,048 adam DKV-Auslandskrankenverischerung 10/08/2023 02:21PM Use MysQL connector client 6.1.11 with MySQL 8.0.32 1,033 Deepak Sharma 05/15/2023 07:14AM

  6. MySQL: @variable vs. variable. What's the difference?

    80 In MySQL, @variable indicates a user-defined variable. You can define your own. ... Outside of stored programs, a variable, without @, is a system variable, which you cannot define yourself. The …

  7. MySQL :: Re: MYSQL Workbench installation failed with Visual C

    Sep 3, 2020 · The last time I installed MySQL Workbench (about 5 years ago), the system already had Visual Studio installed, and I didn't get any of this. I went to the Visual Studio website to install it on …

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

    Jul 10, 2019 · 69 Open the MySQL command line Type the path of your mysql bin directory and press Enter Paste your SQL file inside the bin folder of mysql server. Create a database in MySQL. Use …

  9. MySQL command line client for Windows - Stack Overflow

    Jul 14, 2010 · Is there any nice command line MySQL client for windows? I mean a single exe that allows connecting and running a sample query. I've googled and only could find big graphical …

  10. sql - MySQL query String contains - Stack Overflow

    52 Mine is using LOCATE in mysql: LOCATE (substr,str), LOCATE (substr,str,pos) This function is multi-byte safe, and is case-sensitive only if at least one argument is a binary string. In your case: