Search code examples
mysqlwampserver

Connecting MySQL database from Windows


I am using WAMPSERVER and I want to access MySQL database tables from windows command line. How can I do that? I'm very new to WampServer and and also with MySQL.


Solution

  • Type:

    mysql -u root -p
    

    The you will be prompted to type in your MySQL password.

    But once there, it is clear you can not do something interesting since you are a beginner. Before trying to use the command line, learn how to use the interface of your WAMPServer to create a database. Use Google :)