Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

mysqladmin

Why MySQL connection is blocked of many connection errors?

December 24, 2023 by Tarik
Categories php Tags database, mysql, mysqladmin, php Leave a comment

Difference between mysql, mysqladmin, mysqld [closed]

April 17, 2023 by Tarik

You could easily find that out yourself by just reading the man pages about the three commands: mysqld is the server executable (one of them) mysql is the command line client mysqladmin is a maintainance or administrative utility They serve different purposes. There is not simply a “difference” between them. For different task you have … Read more

Categories mysql Tags mysql, mysqladmin Leave a comment

Is there a way to pass the DB user password into the command line tool mysqladmin?

December 27, 2022 by Tarik

Just found out the answer…. mysqladmin processlist -u root -pYOURPASSWORDHERE No space between your password and the -p

Categories mysql Tags mysql, mysqladmin, windows, windows-server-2008 Leave a comment

MySQL root password change

November 11, 2022 by Tarik

SET PASSWORD FOR ‘root’@’localhost’ = PASSWORD(‘mypass’); FLUSH PRIVILEGES;

Categories mysql Tags mysql, mysqladmin, root Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa