安装问题
编译完二进制包以后python install时报错 cd /home/gw1/phxsql-0.8.5/install_package/percona.src; ./scripts/mysql_install_db --defaults-file=/home/gw1/phxsql-0.8.5/install_package/etc/my.cnf --user=mysql --rpl_phx_sync_master=OFF sh: ./scripts/mysql_install_db: No such file or directory 手动把scripts文件夹加进去以后cd /home/gw1/phxsql/percona.src; ./scripts/mysql_install_db --defaults-file=/home/gw1/phxsql/etc/my.cnf --user=mysql --rpl_phx_sync_master=OFF FATAL ERROR: Could not find ./bin/my_print_defaults
If you compiled from source, you need to run 'make install' to copy the software into the correct location ready for operation.
If you are using a binary release, you must either be at the top level of the extracted archive, or pass the --basedir option pointing to that location.
install mysql failed, ret 256 install failed, exit......