OSX 10.8
Once you’ve installed MySQL, you’ll need to establish the “root” password.
Using terminal enter the following:
Installation: Set root user password:
/usr/local/mysql/bin/mysqladmin -u root password NEW_PASSWORD_HERE
If you’ve made a mistake, or need to change the root password use the following:
Change root password:
cd /usr/local/mysql/bin/ ./mysql -u root -p > Enter password: [type old password invisibly] use mysql; update user set password=PASSWORD("NEW_PASSWORD_HERE") where User='root'; flush privileges; quit
Leave A Comment
Related Posts
Category: Hardware
This EleTab Dual Monitor Mount stand gives you back your desk by eliminating the stands from both of your monitors. This EleTab Dual Monitor [...]
Category: Hardware
I've been a fan of Dell monitors for a while now, currently I use three Dell Monitors connected to a Mac mini. Two of them [...]
Category: General
A client had been maintaining their own WordPress website and decided to update the Elementor Pro plugin. Now, the site had not been touched [...]