Defect #17775
closedProblem with reset mysql root password.
0%
Description
Hi there,
I'm trying to do a password reset root. I followed the following instructions (http://wiki.bitnami.com/Components/MySQL#How_to_change_the_MySQL_root_password.3f) but I have a problem. When running the following system fails.
sudo mysql/bin/mysqld_safe --defaults-file=mysql/my.cnf --pid-file=mysql/ data/mysqld.pid --init-file=mysql-init 2> /dev/null &
error file generated.
140902 10:42:32 mysqld_safe Starting mysqld.bin daemon with databases from /home/dfernandez/redmine-2.5.1-1/mysql/data 
140902 10:42:32 [Note] Plugin 'FEDERATED' is disabled. 
? /home/dfernandez/redmine-2.5.1-1/mysql/bin/mysqld.bin: Can not find file: './mysql/plugin.frm' (errno: 13) 
140902 10:42:32 [ERROR] Can not open the table mysql.plugin. Please run mysql_upgrade to create it. 
140902 10:42:32 InnoDB: The InnoDB memory heap is disabled 
140902 10:42:32 InnoDB: Mutexes and rw_locks use InnoDB's own Implementation 
140902 10:42:32 InnoDB: Compressed tables use zlib 1.2.3 
140902 10:42:32 InnoDB: Using Linux native AIO 
140902 10:42:32 InnoDB: Initializing buffer pool, size = 128.0M 
140902 10:42:32 InnoDB: Completed initialization of buffer pool 
140902 10:42:32 InnoDB: Operating system error number 13 in a file operation. 
InnoDB: Error Means The mysqld does not have any available access rights to the
InnoDB: the directory. 
InnoDB: File name ./ibdata1 
InnoDB: File operation call: 'open'. 
InnoDB: Can not continue operation. 
140902 10:42:32 mysqld_safe mysqld from pid file 2.5.1-1/mysql/data/mysql/data/mysqld.pid /home/dfernandez/redmine-ended