php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "MySQL"

Is the syntax "INSERT INTO table SET column='value'" a standard practice in MySQL, and what versions of MySQL support this syntax?

The syntax "INSERT INTO table SET column='value'" is not a standard practice in MySQL. Instead, the correct syntax for inserting data into a table in...

What are potential solutions for the "MySQL Server has gone away" error when using PHP to interact with a MySQL database?

The "MySQL Server has gone away" error occurs when the connection to the MySQL server is lost or timed out. To solve this issue, you can increase the...

How can one troubleshoot common errors, such as the MySQL server not responding, when setting up PHP and MySQL on a local server?

When setting up PHP and MySQL on a local server, a common issue is the MySQL server not responding. This could be due to incorrect server settings or...

What are the advantages of using newer MySQL extensions like MySQLi or PDO over the traditional mysql extension in PHP?

The traditional mysql extension in PHP is deprecated and not recommended for use due to security vulnerabilities and lack of support for newer MySQL f...

Are there any best practices for compiling PHP with the appropriate options for MySQL support?

When compiling PHP with MySQL support, it is important to include the appropriate options to ensure compatibility and functionality. One common best p...

Showing 21 to 25 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.