我正在像这样运行mysqlslap:
mysqlslap hhi --concurrency=20 --iterations=5 --query=queries.sql --delimiter=";" --create-schema=hhi -u root -h 127.0.0.1 -p
query.sql中的查询引用了一个名为“ orders”的表,该表肯定存在。但是,当我运行该命令时,我得到:
mysqlslap:无法运行查询SELECT order.order_num,ship_billing,ship_date,po_num,customer_name,employees.Firstname,employees.LastName,rev_num,trans_date,orders.employee_num作为ordempnum错误:字段列表中未知的表“ orders” >
这是否意味着它实际上并没有在寻找正确的数据库?