search
HomeBackend DevelopmentPHP ProblemHow to get mysql error message in php

How to get mysql error message in php

Aug 18, 2020 pm 04:50 PM
mysqlphperror message

php method to obtain mysql error information: You can use the mysql_error() function to obtain it. The mysql_error() function can return the text error message generated by the previous mysql operation, or an empty string if there is no error.

How to get mysql error message in php

The mysql_error() function returns the text error message generated by the previous MySQL operation, or an empty string if there is no error.

(Recommended tutorial: php graphic tutorial)

Grammar:

mysql_error(connection)

(Recommended learning video: php video tutorial )

Example:

<?php
$con = mysql_connect("localhost","wrong_user","wrong_pwd");
if (!$con)
  {
  die(mysql_error());
  }
mysql_close($con);
?>

Output result:

Access denied for user &#39;wrong_user&#39;@&#39;localhost&#39;
(using password: YES)

The above is the detailed content of How to get mysql error message in php. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools