Hello

My name is Rasmus B. Nielsen, and I am at the moment tried to do benchmarking 
tests on a MySQL server, through JMeter.

I have set up a MySQL server, where I have created a database and put a table 
with a bit of data into it. I can connect to the server remotely or locally 
from the SQurrel SQL Client (which also use JDBC to communicate with the 
database).

But when I try to run a test with JMeter, I simple get no result data :( .
I have copied the mysql-connector-java-5.0.8-bin.jar into the lib folder, in my 
JDBC Connection Configuration, I am using:
Database URL: jdbc:mysql://serverName/mysql?user=guest&password=123
JDBC Driver class: com.mysql.jdbc.Driver

And my JDBC Request contains:
select * from test;    (there are data in the test table).

I am running it all on XP machines (both the MySQL server, and JMeter).

The last entry in my jmeter.log file are:
2009/04/21 17:34:24 INFO  - jmeter.engine.StandardJMeterEngine: Running the 
test!
2009/04/21 17:34:28 INFO  - jmeter.gui.util.JMeterMenuBar: 
setRunning(true,*local*)
2009/04/21 17:34:28 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1 
threads for group Thread Group. Ramp up = 0.
2009/04/21 17:34:28 INFO  - jmeter.engine.StandardJMeterEngine: Continue on 
error
2009/04/21 17:34:28 INFO  - jmeter.threads.JMeterThread: Thread Thread Group 
1-1 started
2009/04/21 17:34:28 INFO  - jmeter.threads.JMeterThread: Thread Thread Group 
1-1 is done
2009/04/21 17:34:28 INFO  - jmeter.engine.StandardJMeterEngine: Ending thread 
Thread Group 1-1
2009/04/21 17:34:28 INFO  - jmeter.engine.StandardJMeterEngine: Stopping test
2009/04/21 17:34:28 INFO  - jmeter.engine.StandardJMeterEngine: Notifying test 
listeners of end of test
2009/04/21 17:34:28 INFO  - jmeter.gui.util.JMeterMenuBar: 
setRunning(false,*local*)
2009/04/21 17:34:28 INFO  - jmeter.engine.StandardJMeterEngine: Test has ended


Really hope there are someone, who can point me in the direction of a solution.

Best Regards,
Rasmus B. Nielsen



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in 
error, please notify the sender immediately and delete the original.  Any other 
use of the email by you is prohibited.

Reply via email to