I am new with Anylogic.

I try to do as the instruction in Anylogic Help as below:

1. Download the required driver (zip archive) from: http://dev.mysql.com/downloads/connector/j/5.1.html

2. Copy all driver files to the model's folder.

3. Open the model in AnyLogic, select it in the Projects view and import driver JAR file on Dependencies tab.

4. Go to the advanced properties of Main and type the following line in Import section: import com.mysql.jdbc.Driver; 

5. Select database and type com.mysql.jdbc.Driver in JDBC driver property.

6. Connection URL should look like the following: jdbc:mysql://host:port host - is the ip address of the database, e.g. 18.40.10.8 port - the default value is 3306

7. Specify login and password for the database.

but from step 5, I can not type com.mysql.jdbc.Driver in JDBC driver property like the instruction. (I use version Anylogic personal learning edition )

Please help me, many thanks in advance !

More Toan D Nguyen's questions See All
Similar questions and discussions