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

  2. Newest 'mysql' Questions - Stack Overflow

    2 days ago · views MySQL 8 query always returns the full list instead of missing records when comparing against existing table [closed] I’m working with MySQL 8.0.35 on DBeaver app and …

  3. How to allow remote connection to MySQL - Stack Overflow

    I have installed MySQL Community Edition 5.5 on my local machine and I want to allow remote connections so that I can connect from external source. How can I do that?

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

  5. How to start MySQL with --skip-grant-tables? - Stack Overflow

    There is no command given in that page to start mysqld with --skip-grant-tables. I like my articles with 'copy paste' smoothness! :)

  6. How to connect from windows command prompt to mysql …

    C:\> cd /d D:\MYSQL\Bin D:\MYSQL\Bin>mysql -u root -p admin The .exe after mysql is optional, since .exe is an executable extension on Windows. If you type mysql, Windows will …

  7. How to retrieve the current version of a MySQL database …

    Jan 24, 2012 · A surprising number of answers below suggest some variant of mysql --version. This gives the version of the client utility, not the server, so it's a bit like trying to find out your …

  8. mysql - Access Denied for User 'root'@'localhost' (using password: …

    Access denied for user 'root'@'localhost' it's because MySql 5.7 by default allow to connect with socket, which means you just connect with sudo mysql. If you run sql :

  9. How can I access the MySQL command line with XAMPP for …

    Your MySQL binaries should be somewhere under your XAMPP folder. Look for a /bin folder, and you'll find the mysql.exe client around. Let's assume it is in c:\xampp\mysql\bin, then you …

  10. Can't connect to local MySQL server through socket …

    Mar 21, 2011 · Are you sure you installed MySQL as well as MySQL server? For example to install MySQL server I'll use yum or apt to install both MySQL command line tool and the server: