How do I run a MySQL database?
Launch the MySQL Command-Line Client. To launch the client, enter the following command in a Command Prompt window: mysql -u root -p . The -p option is needed only if a root password is defined for MySQL. Enter the password when prompted. How do I connect to a MySQL database? To Connect to a MySQL Database Expand the Drivers node …