SQL server to connect to

new_future

New Member
Messages
8
Reaction score
0
Points
0
Hello guys.
I've finally found something to make an SQL connection with, but the server said by the phpMyAdmin isn't working.

mysql-starka.x10hosting.com
If it is, what do I have to fill in at user?
 

jtwhite

Community Advocate
Community Support
Messages
1,381
Reaction score
30
Points
0
For future references, it's always a good idea to post support requests here: http://forums.x10hosting.com/free-hosting/

The mysql host is "localhost" (without quotes).

You can create a MySQL user/database in cPanel.

Login to cPanel and scroll down to the Databases section and click on "MySQL(R) Database Wizzard" and follow the on-screen instructions.
 

new_future

New Member
Messages
8
Reaction score
0
Points
0
I made an account in the MySQL cPanel.

How can an executable, located on your pc, connect to the SQL on a website using 'localhost'?
Unless you ment in PHP, because then it was my fault that you answered that :p
 

jtwhite

Community Advocate
Community Support
Messages
1,381
Reaction score
30
Points
0
Oh, I'm sorry but the free hosting does not allow remote MySQL connections for security and server load reasons.

You would need to purchase hosting in order to use remote MySQL.
 
Last edited:

new_future

New Member
Messages
8
Reaction score
0
Points
0
Great... going through hours and hours of work... to find out I need another host (kinda short on budget).

Ok, cya guys!
 

jtwhite

Community Advocate
Community Support
Messages
1,381
Reaction score
30
Points
0
Good luck with your new host.
 

new_future

New Member
Messages
8
Reaction score
0
Points
0
Thank ye :p
Gonna need it, had 10 hosts... neither of them supports external SQL so I'm pretty screwed :(
 

ah-blabla

New Member
Messages
375
Reaction score
7
Points
0
You could always write a php / shell / python / perl interface to mySql (i.e. web based), and then use another program at the other end to bring it back to a mySQL interface if you were determined enough.
 
Last edited:

new_future

New Member
Messages
8
Reaction score
0
Points
0
Uhh... that made like 1% sense to me xD
Anyways, it's for a Client-Client application, and the connection has to be as fast as possible, since around 100 clients will connect it at the same time.
 

ah-blabla

New Member
Messages
375
Reaction score
7
Points
0
Uhh... that made like 1% sense to me xD
Anyways, it's for a Client-Client application, and the connection has to be as fast as possible, since around 100 clients will connect it at the same time.
My solution probably wouldn't be too good for that. But if you want really good performance I wouldn't use free hosting anyway, since it does occasionally suffer performace issues and outages. Paid hosting here I think offers remote MySQL, and is very reliable.
 
Last edited:

new_future

New Member
Messages
8
Reaction score
0
Points
0
I'll keep it in mind once my game is done.
I just need something to test with, and I'm not going to pay for that xD
 

new_future

New Member
Messages
8
Reaction score
0
Points
0
Tried that, didn't get it to work, no matter what I did.
Btw, found a host for a 25MB MySQL server with remote SQL, so I'm fine for now.
 
Top