You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('pass123') where user='root'; update user set plugin='mysql_native_password'; FLUSH PRIVILEGES;"
- sudo service mysql restart
- sudo mysql -u root -e "CREATE SCHEMA INVEST_DATABASE; USE INVEST_DATABASE;"