Can I create my own database from PHP?
Posted
by Roman
on Stack Overflow
See other posts from Stack Overflow
or by Roman
Published on 2010-05-31T13:30:51Z
Indexed on
2010/05/31
13:32 UTC
Read the original article
Hit count: 259
I have a working PHP server. Now I want to use databases (MySQL or something similar). Is it possible to create a database from PHP?
I would like to emphasize that in my case I do not have any user-name and password to which I can use to connect to MySQL server. I also do not have a control-panel where I could create a database or a table in an existing database.
© Stack Overflow or respective owner