I have some problem when I use connector .net connect to mysql.
the first connection when connect mysql is slow (estimine 5 sec). if i use pooling = false in string connection , my script is every slow cuz myscript connect to mysql about 5 time. If i use pooling = true , my script is faster.
I want to know why first connection is slower. How to fix it ? help me plz.
thank you.
the first connection when connect mysql is slow (estimine 5 sec). if i use pooling = false in string connection , my script is every slow cuz myscript connect to mysql about 5 time. If i use pooling = true , my script is faster.
I want to know why first connection is slower. How to fix it ? help me plz.
thank you.