mysqladmin Questions
27
Solved
I have been trying to reset my MySQL root password. I have run mysqld_safe --skip-grant-tables, updated the root password, and checked the user table to make sure it is there.
Once restarting the M...
Ochlophobia asked 23/9, 2011 at 19:47
2
Solved
Today (2015-05-02) I upgraded my Linux system via apt-get update and
apt-get upgrade whereas mysql, mysqladmin and a lot more packages
have been updated. The mysql-server-5.5 runs and I can login a...
Plop asked 2/5, 2015 at 16:18
4
Solved
I have strange error. I am logged in local Mysql as root via command line. After creating database:
create database some_db;
Then giving privileges to some user:
grant all privileges on some_db...
Silvey asked 11/2, 2014 at 22:51
3
Solved
I currently use the following but it ALWAYS prompts me to manually type the password. Is there any way to pass it in on the command line when launching the executable?
mysqladmin processlist -u ro...
Wagtail asked 30/9, 2012 at 22:3
2
Solved
I am receiving the below error randomly from the php backend jobs and php web page logs. Have a app server which runs php backend jobs and php webservers. Both connect to the same database server. ...
Alkene asked 11/11, 2016 at 1:50
2
After setting password with this command:
mysqladmin.exe --user=root password <my_password>
I see 3 rows in user table for "root" user:
https://i.sstatic.net/Y4Rkd.jpg
and root@localhost ...
Octodecimo asked 25/5, 2016 at 6:4
2
Solved
As you can see I have a problem on a database connection. It gives me this error:
...is blocked because of many connection errors
I searched some answers but I couldn't solve my problem.
I ...
Bitner asked 16/11, 2013 at 4:39
1
Can someone give me a clear explanation of the differences between mysql (command line tool), mysqladmin (client tool for performing administrative tasks) and mysqld (mysql server).
Hypso asked 2/3, 2014 at 20:10
1
Solved
Mysqladmin ping returns 0 even with a password failure, a thing that mysqlclient doesn't. Is this a mistake from Mysqladmin Developpers? I don't understand why Mysqladmin is asking for a login/pass...
Quark asked 30/8, 2013 at 0:1
2
Solved
I've worked on a project using a proprietary non-SQL DB where queries could be interrupted and in the codebase there were quite some spots where that functionnality was used and made perfect sense ...
Seena asked 2/5, 2010 at 21:24
1
© 2022 - 2024 — McMap. All rights reserved.