Hello There

shentaichi

New Member
Messages
4
Reaction score
0
Points
0
Hi I'm developing a Flex application for my MSc project and spotted this site which should hopefully support my development, unfortunately I'm having trouble connecting the MySQL server with my web page...

Just like to verify the following:

$hostname_conn = "absolut.x10hosting.com";
$database_conn = "taichi_yadayada";
$username_conn = "taichi_yadayadai";
$password_conn = "yadayada";

This is all I need right, and that should do it!

Do I need to GRANT any priveledges

Is there any problems with running PEAR?

- Thanks In Advance.
 

toyowheelin

Community Advocate
Community Support
Messages
153
Reaction score
5
Points
0
Aside from being posed in the wrong section...I think the SQL server for free hosting is localhost. Welcome to the forums.
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
toyowheelin is right...

SQL Host is "localhost"

and you are posting a support thread in introductions forums!!!!!!
 
Last edited:
Top