- Joined
- Apr 19, 2016
- Messages
- 243
- Points
- 18
In my config file of my website cms, it decaled this variable
and on old version
Which should I use? why?
Can you tell me what is the difference between mysqli and mysql? which one is right for you?
thanks
Mihai
Code:
$config['Database']['dbtype'] = 'mysqli';
Code:
$config['Database']['dbtype'] = 'mysql';
Can you tell me what is the difference between mysqli and mysql? which one is right for you?
thanks
Mihai