Levente
Occasional Visitor
Hi all!
I'm trying to install wordpress, but I'm stucked.
There are few guides (older (lighttpd instruction old), newer, mysql). The problem comes at opkg install php5-mod-mysql, because there is no package like that in the repository. A found out I need opkg install php7-mod-mysqli package, but after that I got errors.
"mysql_install_db --force
chown: unknown user root
Cannot change ownership of the database directories to the 'root'
user. Check that you have the necessary permissions and try again."
(someone said to solve this way:https://pastebin.com/LJs1bEvs
The essence for me to change user from root to admin, at /opt/etc/mysql
I can't restart (or start) mysql (/opt/etc/init.d/S70mysqld restart).
"cat: can't open '/opt/var/run/mysqld.pid': No such file or directory
*** Error in `/opt/bin/mysqld': double free or corruption (out): 0x015affa8 ***"
I dont have pid, and sock files.
How I understand I have problem with mysql server. Maybe with the old repo I would have more success.
Please help me, I kindly give you more information!
I'm trying to install wordpress, but I'm stucked.
There are few guides (older (lighttpd instruction old), newer, mysql). The problem comes at opkg install php5-mod-mysql, because there is no package like that in the repository. A found out I need opkg install php7-mod-mysqli package, but after that I got errors.
"mysql_install_db --force
chown: unknown user root
Cannot change ownership of the database directories to the 'root'
user. Check that you have the necessary permissions and try again."
(someone said to solve this way:https://pastebin.com/LJs1bEvs
The essence for me to change user from root to admin, at /opt/etc/mysql
I can't restart (or start) mysql (/opt/etc/init.d/S70mysqld restart).
"cat: can't open '/opt/var/run/mysqld.pid': No such file or directory
*** Error in `/opt/bin/mysqld': double free or corruption (out): 0x015affa8 ***"
I dont have pid, and sock files.
How I understand I have problem with mysql server. Maybe with the old repo I would have more success.
Please help me, I kindly give you more information!