Re: edbi + mysql + linux missing driver and password question
- Posted by Anthill Jan 10, 2011
- 1378 views
Jerome said...
I usually received machine-level exceptions when I passed a bad Mysql command through edbi. Here is a copy of my function to open my 'CookingRecipes' database for user 'jerome' that is not password protected:
Is your syntax similar?
Thanks, Ira
Thanks. I owe you a beer.
The example that I was working against looked like:
--Did not work edbi:db_handle dbh = edbi:open("mysql://user:secret@localhost?dbname=TM") --This Works edbi:db_handle dbh = edbi:open("mysql://user:secret@localhost/TM")