Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Why can't this mysql user log in with password?

Because you granted it access without password... If a user has no password, logging in with one will always fail.

Set the password for user, only then you'll be able to use -p

In addition, you might want to remove the Any user.

Tags:

Mysql

Phpmyadmin

Related

How to compare two SQL Server 2008 configurations How to log error details when using using try/catch for dynamic SQL backup commands How to identify which query is filling up the tempdb transaction log? SQL Server parallelism for DML operations How do you grant execute permission for a single stored procedure? How to set Postgresql database to see date as "MDY" permanently Passing in the table into a stored procedure MongoDB: Replica Set - master vs. slave How badly do SQL Compilations impact the performance of SQL Server? Safest way to perform mysqldump on a live system with active reads and writes? Massive peer-to-peer replication topology? MongoDB: RAM requirements

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy