Mobile app version of vmapp.org
Login or Join
Shanna517

: How do I access MySQL console on wampserver 3? How do I access MySQL console on Wampserver 3? With the earlier versions all you had to do was right click on the Wamp server icon and the

@Shanna517

Posted in: #Mysql #Wampserver

How do I access MySQL console on Wampserver 3?

With the earlier versions all you had to do was right click on the Wamp server icon and the option to access MySQL console shows up on the side but with Wampserver 3 I haven't been able to figure it out.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Shanna517

2 Comments

Sorted by latest first Latest Oldest Best

 

@Kaufman445

In WAMPServer 3, it is in the same place it has always been.

You left click the wampmanager icon in the system tray and you will see this menu appear



Just like before its called MySQL console

10% popularity Vote Up Vote Down


 

@Si4351233

If you want to access the MySQL console for Wampserver...


Run cmd command
Type c: or d: on command prompt. This will depend on where your wampserver is installed.
Assuming you have installed wamp on D: drive:
D: > cd wamp
D:wamp > cd bin
D:wampbin > cd mysql
D:wampbinmysql > cd {whatever version of mysql is installed check folder}
D:wampbinmysqlmysql15.1.36 > cd bin
D:wampbinmysqlmysql15.1.36bin > mysql.exe -u root


These are the main steps to run MySQL on command line.

Source: bmehla.wordpress.com/2011/04/30/run-mysql-command-line-with-wamp/

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme