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?
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?
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.
If I have helped you, please add to my reputation () on the bottom left corner of this post.
jtwhite.me - Visit my site :D
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
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 by jtwhite; 11-02-2009 at 08:52 AM.
If I have helped you, please add to my reputation () on the bottom left corner of this post.
jtwhite.me - Visit my site :D
Great... going through hours and hours of work... to find out I need another host (kinda short on budget).
Ok, cya guys!
Good luck with your new host.
If I have helped you, please add to my reputation () on the bottom left corner of this post.
jtwhite.me - Visit my site :D
Thank ye :P
Gonna need it, had 10 hosts... neither of them supports external SQL so I'm pretty screwed![]()
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 by ah-blabla; 11-02-2009 at 12:58 PM.
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.
Last edited by ah-blabla; 11-02-2009 at 02:29 PM.