MySQL Remote

m0ses

New Member
Messages
1
Reaction score
0
Points
1
Support Required: mysql remote... I am a student learning about connecting my database through python and wanted to know if I can use mysql remote (free or paid version) to connect to my database.
 

spacresx

Community Advocate
Community Support
Messages
2,202
Reaction score
195
Points
63
i dont think mysql remote is an option for free users,.
it might be allowed for paid users, im not sure on that,
 

Anna

I am just me
Staff member
Messages
11,758
Reaction score
586
Points
113
Free hosting does not offer what you need.

Paid hosting should have the option for remote mysql, you may need to request it though.

May I suggest that you send a inquiry before signing up to be sure using the form on our premium site: https://x10premium.com/contact-us
 

bancarel

New Member
Messages
13
Reaction score
0
Points
1

in https://x12.x10hosting.com:2222/evo/user/database/user/ I see in my main count:

Allowed Hosts​

A list of source IP addresses or host patterns that are allowed to be used when connecting to the database with this database user account credentials. Host pattern % means connection from any IP address is allowed.


I add '%' but I don't know what the IP address of the FTP server is.
 

mrburnsx

Community Advocate
Community Support
Messages
434
Reaction score
46
Points
28
Direct remote access to MySQL is prohibited of free hosting.
 

TimeCRYPT

New Member
Messages
1
Reaction score
0
Points
1
i dont think mysql remote is an option for free users,.
it might be allowed for paid users, im not sure on that,
?!?!? ...than what's the point in db service !??...in that case x10 should be feair to admit that fact and clearly highlight that on its website !
 

mrburnsx

Community Advocate
Community Support
Messages
434
Reaction score
46
Points
28
?!?!? ...than what's the point in db service !??...in that case x10 should be feair to admit that fact and clearly highlight that on its website !
This is not SQL hosting, this is web hosting, your DB must have something to do with the website. It is blocked for security on free hosting. PHP scripts locally on your account can connect to your DB and alter data on it. For example, you could use HTTP POST to a PHP Script to get or set information in the db.
 
Top