[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

SQL password compatibility in wwwconfig-common (WAS: Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client Nmap)



/usr/share/wwwconfig-common/mysql-createuser.sh:

        GRANT ALL PRIVILEGES ON \`$dbname\`.* TO
	\`$dbuser\`@'$dballow'
	IDENTIFIED BY '$dbpass';

I don't know if its wrong or if its right.. but its in
wwwconfig-common so I hope and assume its right:)

This seems to be used to implicitly create a user if it does not
exist.

Justin



Reply to: