IZ
Size: a a a
IZ
IZ
Query OK, 0 rows affected (0.00 sec)
ERROR 3723 (HY000): The table 'help_keyword' may not be created in the reserved tablespace 'mysql'.
Query OK, 0 rows affected (0.00 sec)
ERROR 1146 (42S02): Table 'qwe.help_keyword' doesn't exist
ERROR 1146 (42S02): Table 'qwe.help_keyword' doesn't exist
ERROR 1146 (42S02): Table 'qwe.help_keyword' doesn't exist
ERROR 1146 (42S02): Table 'qwe.help_keyword' doesn't exist
Query OK, 0 rows affected (0.00 sec)
Query OK, 0 rows affected (0.00 sec)
IZ
ZP
ZP
IZ
c
IZ
mysql -D MYXXXDB < help.sql
ZP
/usr/local/mysql/bin/mysqldump qwe > qwe.sql
create database qwe2;
use qwe2
source qwe.sql
IZ
romanbocharov@MBP-Roman ~ % /usr/local/mysql/bin/mysql qwe < help.sql;
ERROR 3723 (HY000) at line 25: The table 'help_keyword' may not be created in the reserved tablespace 'mysql'.
romanbocharov@MBP-Roman ~ %
ZP
/usr/local/mysql/bin/mysqldump --opt --where="1 limit 10" mysql help_keyword > help.sql
IZ
/usr/local/mysql/bin/mysqldump qwe > qwe.sql
create database qwe2;
use qwe2
source qwe.sql
ZP
ZP
IZ
/usr/local/mysql/bin/mysqldump --opt --where="1 limit 10" mysql help_keyword > help.sql
IZ
/usr/local/mysql/bin/mysqldump --opt --where="1 limit 10" mysql help_keyword > help.sql
mysqldump --opt --where="1 limit 10" && mysql -D N+MYXXXDB < help.sql
что-то такое должно бытьZP
IZ