Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6910421
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:48:44+00:00 2026-05-27T08:48:44+00:00

I have got a Mysql (5.1.58-1ubuntu1) ‘users’ table ( InnoDB storage engine, utf8 general

  • 0

I have got a Mysql (5.1.58-1ubuntu1) ‘users’ table (InnoDB storage engine, utf8 general ci collation) with 3 fields (for simplicity) :

  • id : int (primary key)
  • username : varchar(255) – utf8_general_ci
  • password : varchar(255) – utf8_general_ci

In this table there are only two records (always for simplicity):

id| username | password
-----------------------
1 | myuser   | custom1
2 | myuser2  | custom2

So, if i run this query

 select * from users where username = 0 and password = 0

mysql return me all records.

On the contrary , if i run the query below

select * from users where username = '0' and password = '0'

MySql return me an empty set.

For my opinion this behavior is very strange and it seems a Hard Bug.

Someone has any explanations?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T08:48:44+00:00Added an answer on May 27, 2026 at 8:48 am

    It’s not a bug. You can only compare values of the same types, so MySQL silently converts your text ‘myuser’ to an integer with the value of 0.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have got a simple MySQL table and primary index (id) is not numbered
I am trying to make a mysql table and have got stuck with making
So, I have got following data in a MySQL table: mysql> SELECT * FROM
I have got a mysql table containing data about companies: id, company name, city,
I have got a table in my MySql database: pageid | text -----------+---------- 1
We have got loads of options for php + MySQL + Apache combo... Which
I am programming in PHP mysql. I have recently got into OOP programming. So
I have data from MySQL showing all organisations a customer got, with all details
I have got a requirement that mysql database can only be accessed from localhost.
I have got a MySql query that orders me results by no column (int,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.