Re: edbi + mysql + linux missing driver and password question

new topic     » goto parent     » topic index » view thread      » older message » newer message
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")  
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu