ryansuitposungkono / openjs-grid

Automatically exported from code.google.com/p/openjs-grid
0 stars 0 forks source link

I am trying to connect to mySQl db and I am having a problem with connecting using local host: #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.  I am not connecting using Phone Gap, nor the browser.   
<?php   // connect to db
    mysql_connect("localhost","root","Design12");
    mysql_select_db("cmi_test");
........
  ?> 

  Mamp gives me the following information:
  Host  localhost Port  8889
  User: root
  Password: root
  http://192.168.0.108/~8889/ 

 You don't have permission to access /~8889/ on this server. ???

 I am also new to the mac. I am using Xcode 4.2, IOS 5, PhoneGap 1.2

What is the expected output? What do you see instead?
No data.

What version of the product are you using? On what operating system?

 I am using Xcode 4.2, IOS 5, PhoneGap 1.2

Please provide any additional information below.
 I am failing in both PhoneGap and Safire

Original issue reported on code.google.com by westdh...@gmail.com on 21 Nov 2011 at 7:46