iworx db is on port 2307 ~iworx/bin/mysql/mysql -u iworx -S /var/lib/mysql/mysql.sock -p Enter password: anypassword use mysql; update user set password=password('anypassword') where user='iworx'; GRANT ALL PRIVILEGES ON *.* TO 'iworx'@'localhost' IDENTIFIED BY 'anypassword' WITH GRANT OPTION; flush privileges; quit; |
Interworx mySQL DB Restore Print
Created by: Richard Christian
Modified on: Fri, 16 Mar, 2018 at 12:05 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.