Pario TechnoBlob
About Posts

Posts

MySQL Not Listening On A Public IP By default, MySQL (on Debian) doesn’t listen on the public interface: #netstat -l tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1768/mysqld In /etc/mysql/my.cnf, comment out the...
Sep 4, 2007 3:50PM
Resolving: ‘Client does not support authentication protocol requested by server’ If you get an error about client authentication version when connecting to MySQL then it may be because your server is using the new password format, while your mysql client...
Sep 4, 2007 3:47PM
Mass setting user passwords Every need to change (or set) passwords for a large number of users? Something like this code snippet may help. # find all the usernames with bash logins usernames=$(cat...
Sep 4, 2007 3:36PM
MediaWiki password reset Here’s the SQL to reset the mediawiki password of a user: use mediawikidb; update tbl_user set user_password=md5(concat(user_id,'-',md5('newpassword'))) where user_name =...
Sep 4, 2007 3:28PM
«« « 1 2 3  …  73 74 75  …  126 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom