numtel / meteor-mysql-server

Package to run MySQL server inside your Meteor app
34 stars 2 forks source link

How to assess the MySQL servers command line? #2

Closed ghost closed 9 years ago

ghost commented 9 years ago

How can I assess the MySQL command-line? Like I would with the meteor mongo command. also would there be any problems with using both MySQL and mongo? thanks

numtel commented 9 years ago

You would need to install the MySQL command line client separately. There should be no problem running both MySQL and Mongo as they use different ports.

ghost commented 9 years ago

ok thanks

numtel commented 9 years ago

That's a good idea to be able to be able to use it like meteor mongo... I may try to figure out how to do that. :+1: