About 1,330,000 results
Open links in new tab
  1. MySQL Forums

    6 days ago · Forum to discuss quality assurance techniques, such as bug reports, test cases, code patches

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

  3. How to set initial value and auto increment in MySQL?

    Dec 30, 2014 · 36 MySQL Workbench If you want to avoid writing sql, you can also do it in MySQL Workbench by right clicking on the table, choose "Alter Table ..." in the menu. When …

  4. sql - MySQL query String contains - Stack Overflow

    it appears the author wanted to construct the MySQL query using PHP. Since the question was asked 12 years ago, current practice would be to use preprepared statements to prevent SQL …

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

    Apr 11, 2016 · 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?

  6. How do I find out my MySQL URL, host, port and username?

    Nov 4, 2010 · I need to find my MySQL username. When I open the MySQL command line client, it only asks me for my password. I don't remember my username. And for connectivity with …

  7. sql - How to declare a variable in MySQL? - Stack Overflow

    Aug 1, 2012 · How to declare a variable in mysql, so that my second query can use it? I would like to write something like: SET start = 1; SET finish = 10; SELECT * FROM places WHERE place …

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

  9. How to run SQL script in MySQL? - Stack Overflow

    Jan 20, 2012 · From linux 14.04 to MySql 5.7, using cat command piped with mysql login: cat /Desktop/test.sql | sudo mysql -uroot -p You can use this method for many MySQL commands …

  10. ERROR 1130 (HY000): Host '' is not allowed to connect to this …

    Why oh why can I not connect to mysql? mysql -u root -ptest101 -h xxx.xxx.xxx.xxx ERROR 1130 (HY000): Host 'xxx.xxx.xxx.xxx' is not allowed to connect to this MySQL server In my.cnf I …