
Moxa Technologies Co., Ltd.
SW Spec.
文件編號:
版本:
頁次:10/13
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.1.23-rc-log Source distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> use mysql
Database changed
mysql> select user,host from user;
+------+-----------+
| user | host |
+------+-----------+
| root | 127.0.0.1 |
| | Moxa |
| root | Moxa |
| | localhost |
| root | localhost |
+------+-----------+
5 rows in set (0.00 sec)
mysql>
3.2.3. Uninstall MySQL Client
Same as Install MySQL client, just select function 2 to uninstall MySQL client.
192.168.30.126 - Putty
root@Moxa:/mnt/ramdisk/mysql-client-5.1.23# ./install.sh
Press the number:
1. Install MySQL client and MySQL client library.
2. Uninstall MySQL client and MySQL client library.
3. Exit.
2
MySQL uninstall success!
root@Moxa:/mnt/ramdisk/mysql-client-5.1.23#
3.3. MySQL Utilities: mysql-5.1.23-rc-linux-xscale.tar.gz
If you want more utilities to manage MySQL, there are many utilities compiled from MySQL source
code and some test procedures and bench-mark program in this package.
3.3.1. Installing MySQL utilities
MySQL utilities is too large to install into UC box, so just untar ‘mysql-5.1.23-rc-linux-xscale.tar.gz’ at
your computer and copy the utilities you want to UC-7400 PLUS series box.
3.4. MySQL Development environment
3.4.1. Install MySQL Development Environment
1. Untar ‘mysql-dev-5.1.23.tgz’ on your development machine and entering directory ‘mysql-dev’.
2. Run install script ‘install.sh’ and choose function 1 to install MySQL develop environment.
192.168.30.126 - Putty
debian:# cd /tmp
debian:/tmp#
Kommentare zu diesen Handbüchern