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

    Jul 22, 2025 · Forum to discuss quality assurance techniques, such as bug reports, test cases, code patches

  2. mysql - SQL select only rows with max value on a column - Stack …

    Note: I probably wouldn't recommend this anymore in MySQL 8+ days. Haven't used it in years. A third solution I hardly ever see mentioned is MySQL specific and looks like this: SELECT id, …

  3. MySQL :: Announcing January 2025 Releases featuring MySQL …

    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 …

  4. How to connect to MySQL from the command line - Stack Overflow

    Feb 27, 2011 · One way to connect to MySQL directly using proper MySQL username and password is: mysql --user=root --password=mypass Here, root is the MySQL username …

  5. is not allowed to connect to this MySQL server - Stack Overflow

    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 have the below # Instead of skip …

  6. MySQL :: Database initialization Issue

    Nov 15, 2024 · Hi, I'm trying to install mysql 9.1 on my pc. However when I get to the configuration of mysql, I keep ...

  7. How can I get the size of a MySQL database? - Stack Overflow

    Nov 14, 2009 · If you are using MySQL Workbench. If you use MySQL Workbench, you can check the database size as follows: Open MySQL Workbench and connect to your MySQL …

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

    Dec 30, 2014 · 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 the table …

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

    Jun 5, 2012 · UPDATE mysql.user SET authentication_string=PASSWORD('password') WHERE User='root'; FLUSH PRIVILEGES; In MySQL 5.7, the password field in the mysql.user table …

  10. MySQL :: MySQL Forums :: General

    Feb 16, 2024 · MySQL Forums Forum List » General Announcements

Refresh