What are the basic steps to connect with mysql using a table "member"?
Answers
Answered by
8
→Answer :
Establishing a Connection With MySQL Server :
• Connect to the MySQL server.
• Create a new database.
• Connect to the newly created or an existing database.
Execute a SQL query and fetch results.
Inform the database if any changes are made to a table.
Close the connection to the MySQL server.
Answered by
0
Answer:
Connect to the MySQL server.
Create a new database.
Connect to the newly created or an existing database.
Execute a SQL query and fetch results.
Similar questions