Jump to content

Recommended Posts

Posted (edited)

Is it possible to create a database through MySQL commands using PHP here? Look at this situation: I want the clients to create a database with the click of a button, containing several preset tables, using SQL commands inside PDOs in PHP. That being said, I want those databases to be created automatically, because this is part of a customized simple application.

Edited by orange77
Posted

This is not supported on the cPanel servers. Our Windows server Lily should support it, but if you went that route, there is no user interface or other way to really change any settings. Users only get FTP access and PhpMyAdmin on that server.

 

A PHP application will run there though, assuming it's compatible with IIS...

Posted

This is not supported on the cPanel servers. Our Windows server Lily should support it, but if you went that route, there is no user interface or other way to really change any settings. Users only get FTP access and PhpMyAdmin on that server.

 

A PHP application will run there though, assuming it's compatible with IIS...

No problem. I don't use IIS. But could you give me an example?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...