Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
mysql is a software package and has no "password" per se (although it does have USERS in it which have passwords, one of which is always root, so you may inadvertently be asking how to change the password for the mysql root user and the mysql cron user...?)stevieo3 wrote:Thought i would bump this rather than start a new thread .
Can anyone pleas help with the info to change the password for mysql & mysql cron.
mysql asterisk --execute="UPDATE mysql.user SET Password=PASSWORD('XXXX') WHERE User='root';"
mysql asterisk --execute="FLUSH PRIVILEGES;"
mysql asterisk --execute="UPDATE mysql.user SET Password=PASSWORD('XXXX') WHERE User='someotheruser';" -pXXXX
mysql asterisk --execute="FLUSH PRIVILEGES;" -pXXXX
Users browsing this forum: Google [Bot] and 134 guests