Skip to main content

All Questions

Tagged with
4 votes
8 answers
10k views

MySQL Can Connect Remotely but not Locally

This is a weird problem and I'm not sure what's going on. I installed MySQL on a linux box I have running Ubuntu 10.04 LTS. I can access mysql via SSH mysql -p and perform all my commands that way. I ...
A Wizard Did It's user avatar
1 vote
4 answers
3k views

Best way to connect node.js and sphinx

I'm trying to search in sphinx from node.js code. The only way to do it I know is to connect to searchd as to mysqld server. I'd absolutely all known mysql libraries, but no of them even connected to ...
sbos's user avatar
  • 307
60 votes
5 answers
46k views

What MySQL drivers are available for node.js? [closed]

Is there a Node.JS Driver for MySQL that is commonly used other than node-mysql? (It seems like there is not much activity with node.js database drivers. Is there a reason for this or is it just ...
Brad Barrows's user avatar
  • 1,703
0 votes
2 answers
1k views

MySQL 1064 error, works in command line and phpMyAdmin; not in app

Here is my query: select * from (select *, 3956 * 2 * ASIN(SQRT(POWER(SIN(RADIANS(45.5200077 - lat)/ 2), 2) + COS(RADIANS(45.5200077)) * COS(RADIANS(lat)) * POWER(SIN(RADIANS(-122.6942014 - lng)/2)...
user avatar

15 30 50 per page
1
792 793 794 795
796