Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

which mysql am I using

on windows 7

I am using zend, apache, mysql
wamp
xampp

in mysql workbench mysql opens and I can view and edit databases on localhost

which mysql am I using

is there a command

'where is mysql'
ASKER CERTIFIED SOLUTION
Avatar of Jagdish Devaku
Jagdish Devaku

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jagdish Devaku
Jagdish Devaku

Usually the path would be

C:\Program Files\MySQL\

For more info:

http://www.w7forums.com/mysql-windows-7-a-t3173.html
Avatar of rgb192

ASKER

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 87
Server version: 5.5.16 MySQL Community Server (GPL)

Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> select version();
+-----------+
| version() |
+-----------+
| 5.5.16    |
+-----------+
1 row in set (0.04 sec)

mysql>
Avatar of Sam Simon Nasser
same as the above 2 answers, as they fully answer ur question,
Avatar of rgb192

ASKER

I think you answered the question for 'version'