search for: dbuserpass

Displaying 2 results from an estimated 2 matches for "dbuserpass".

2005 May 18
1
Mysql cmd with Asterisk Problems
...tabase. my example here was formed from using the wiki reference to using the mysql command. The problem is with the fetch command. Here is the macro code: Mysql(QueryString=SELECT\ ivr-password\ from\ users\ where\ ivr-id=${userid}) Mysql(Query r ${connid} ${QueryString}) Mysql(Fetch fetchid ${r} dbuserpass) Mysql(Clear ${resultid}) Mysql(Disconnect ${connid}) However, it never gets past the fetch line. and ${r} is not showing anything either from che CLI window. I usesd the mysqlasteri web page to make the command escape character happy, etc. I have tried putting \' around each item, etc. Howeve...
2006 Jun 28
2
Connecting to a Remote MySQL Server
Hi All. I have one newbie question- How do I connect to a remote MySQL server using Ruby on Rails? Is it something simple like changing a few lines in database.yml?? Thanks in advance. Lisa -- Posted via http://www.ruby-forum.com/.