orange77 Posted April 23, 2020 Posted April 23, 2020 (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 April 23, 2020 by orange77
wolstech Posted April 23, 2020 Posted April 23, 2020 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...
orange77 Posted April 25, 2020 Author Posted April 25, 2020 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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now