Hi all,
I'm following jobbet example. I'm now in day 3 and I'm trying to create database model. ORM generates correctly database model, insert's model and class model.
But when I try to run doctrine:insert-sql, I receive following message: "Couldn't locate driver named mysql".
Some info about my configuration:
- Server:
- is virtualized through VirtualBox, running an ubuntu server.
- LAMPP is running on the server and serving correctly (up to now) jobbet example
- Mysql is running correctly and jobeet database has been created
- Client
- My own PC
- It can ping correctly the server
- It has symfony client correctly installed (I'm developing in my own PC).
- I checked php.ini configuration file. It contains all mysql's lines uncommented (so, using mysql)
Any hint?
Thanks in advance
