سلام.
من mysql رو برای نوشتن وب ریختم و وقت نصب یه پسوورد در نظر گرفتم.
الان که اینو
mysql -u root -p
میزنم و پسوورد رو میزنم اما میگه:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
خب این ارور سرچ کردم و این سایت رو دیدم:
https://help.ubuntu.com/community/MysqlPasswordReset
اون جا گفته که اینو بزن:
sudo /etc/init.d/mysql stop
و این ارورا رو تو نتیجه میده:
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service mysql stop
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(8) utility, e.g. stop mysql
چیکارش کنم؟ اشکمو در آورده...