Aryan PrajapatKnowledge Contributor
How do we use PHP and MySQL to create a database?
How do we use PHP and MySQL to create a database?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Questions | Answers | Discussions | Knowledge sharing | Communities & more.
The following are the fundamental procedures for creating a MySQL database with PHP:
1.From your PHP script, establish a connection to the MySQL server.
2.If the connection is successful, construct a database using SQL and save it in a string variable.
3.Carry out the query.