Description
MySQL Pack for QNAP TS-101/TS-201 was created to install MySQL on the QNAP NAS server, TS-101/TS-201. It contains a pre-compiled MySQL server and install programs. The php module supporting MySQL client will be also included if it's necessary. The Pack also contains simple webpages for start/stop mysql.
Create a share folder named MySQL. You may directly create Network Shares named MySQL on TS-101 Administration page. Please make sure both the real folder name and share volume name be MySQL.
Upload and unzip the package file (e.g. MySQL-4.1.21-TS-101-v0.2.tar) to the share folder created in the step 1. Here, using administrator to access the share folder is recommanded.
login in your TS-101 through Telnet Refer to http://scratchpad.wikia.com/wiki/Open_Turbostation:TS101, or find a TS-101 firmware with telnet enabled (You may find it on http://tech.groups.yahoo.com/group/OpenTurbostation/)
Run install.sh to install MySQL > /share/MySQL/install.sh /share/MySQL/mysql-4.1.21-TS-101.tgz /share/MySQL
Run mysqld.sh to start/stop MySQL > /usr/local/mysql/mysqld.sh start > /usr/local/mysql/mysqld.sh stop
Try to connect MySQL If you could connect MySQL with the following command, it means that your MySQL works. > /usr/local/mysql/bin/mysql mysql -u root --password=admin
After installation finished, MySQL will automatically start while booting. You may also run sys_initialize.sh to re-initialize MySQL. sys_initialize.sh won't remove the existed MySQL Pack and your database. > /share/MySQL/sys_initialize.sh /share/MySQL
What's New in This Release:
User Reviews for MySQL Pack for QNAP TS-101/TS-201 FOR LINUX 2
-
MySQL Pack for QNAP TS-101/TS-201 FOR LINUX is a convenient solution for installing and managing MySQL on QNAP NAS servers. The pre-compiled server simplifies setup.
-
MySQL Pack for QNAP TS-101/TS-201 FOR LINUX is a straightforward tool for setting up MySQL server on QNAP NAS. Easy installation process and clear instructions.