About 13,300,000 results
Open links in new tab
  1. 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.

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

  3. mysql - What does SQL Select symbol || mean? - Stack Overflow

    Oct 14, 2017 · 5 In Oracle, SQLite3, and MySQL, it concatenates strings. Please see the Oracle documentation. The MySQL documentation. Also, it's part of ANSI SQL, but read this for more …

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

    Jul 10, 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 the …

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

  6. How do you use the "WITH" clause in MySQL? - Stack Overflow

    191 MySQL prior to version 8.0 doesn't support the WITH clause (CTE in SQL Server parlance; Subquery Factoring in Oracle), so you are left with using: TEMPORARY tables DERIVED …

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

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

    Also, MS allows for declares within any block in the procedure, unlike MySQL which requires all the DECLAREs at the top. While good on the command line, I feel using the set = @variable …

  9. mysql - VBA Run-time error '-2147467259 (80004005) - Stack …

    Jul 1, 2015 · I am trying to connect to mysql using Excel VBA, I am using Excel 2013. I am new to VB, so i followed this example: Inserting Data Into MySQL From Excel Using VBA Here is my …

  10. Where is MySQL's my.ini located on Windows? - Stack Overflow

    The reason being quoted on the MySQL link posted above: On Windows, MySQL programs read startup options from the following files, in the specified order (top items are used first). The 5.6 …