#mysqladmin --user=root -p create testmysql
#mysql testmysql < testmysql.sql作者: proftpd 时间: 2003-12-17 08:13 标题: 【警告】千万不要用mysql 4.0.16 Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 160135 to server version: 3.23.51
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>; use testmsql
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql>; select f1,f2 from tbl where f1=1 and (f2='123' or f2='321');
Empty set (0.01 sec)