摘要:
$ mysql -u rootmysql>use mysql;mysql>updateuserset password=PASSWORD("NEWPASSWORD")whereUser='root';mysql> flush privileges;mysql> quit 阅读全文
摘要:
I have installed Apache, PHP, and MySQL on Mac OS X since Leopard. Each time doing so by hand. Each version of Mac OS X having some minor difference. This post serves as much for my own record as to outline how to install Apache, MySQL, and PHP for a local development environment on Mac OS X Mountai 阅读全文