From what I understand, the Servoy application server can be situated on my Linux dedicated server. BUt is anyone doing this with a Cpanel based Linux box (connecting to MySQL)? The demo I saw was great, but the connection was local to the machine or to the servers in Denmark. I need to know how this is going to work on the machine I choose to use.
About Cpanel (from cpanel.net)
cPanel & WebHost Manager (WHM) is a next generation web hosting control panel system. Both cPanel & WHM are extremely feature rich as well as include an easy to use web based interface (GUI).
WHM allows you to but is not limited to administering individual accounts, reseller accounts & performing basic system & control panel maintenance via a secure interface. For a complete list of features including screen shots of WHM, please click here.
cPanel is designed for the end users of your system and allows them to control everything from adding / removing email accounts to administering MySQL databases. For a comprehensive list of cPanel features including screen shots, please click here.
Server Name
Username
Password
Database Location
Driver
Catalog
Schema
I would like Servoy to access a MySQL db on my server and I have a few questison:
Server Name - this is just a name for Servoy right?
Username & Password - of the mySQL db I am sure
now what do I put here? My IP or domain name?
jdbc:mysql://localhost/<database_name>
I imagine it’s whatever domain is serving up the db and that the jdbc will will know how to navigate to mySQL. (I have already set up the server MySQL DB for remote access. I am unsure if I have to with Servoy, I imagine I do.)
Finally, what are
Catalog
Schema
for?
If anyone could let me know what those fields typically say, it would be helpful!