I followed the installation instructions from
At step 8 when I do : [root mysql-3.23.52]# ./scripts/mysql_install_db
I get:
./scripts/mysql_install_db: my_print_defaults: command not found
Didn't find /home/mysql/libexec/mysqld
You should do a 'make install' before executing this script
I already did make install (took an 1/2 hour to compile)
When I look in /home/mysql/libexec all I got is :
[root mysql-3.23.52]# cd /home/mysql/libexec
[root libexec]# ls -l
total 4580
-rwxr-xr-x 1 root root 4669550 Aug 22 11:06 mipsel-unknown-linux-gnu-mysqld
Any ideas ?
At step 8 when I do : [root mysql-3.23.52]# ./scripts/mysql_install_db
I get:
./scripts/mysql_install_db: my_print_defaults: command not found
Didn't find /home/mysql/libexec/mysqld
You should do a 'make install' before executing this script
I already did make install (took an 1/2 hour to compile)
When I look in /home/mysql/libexec all I got is :
[root mysql-3.23.52]# cd /home/mysql/libexec
[root libexec]# ls -l
total 4580
-rwxr-xr-x 1 root root 4669550 Aug 22 11:06 mipsel-unknown-linux-gnu-mysqld
Any ideas ?