Fork me on GitHub
#off-topic
<
2017-06-12
>
qqq21:06:51

one thing I like about cockroachdb is how simple it is to run as a user; can mysql/mariadb also similary be easy to startup as a user (rather than having to hav eroot acess and configure the system based one) ?

seancorfield02:06:02

qqq: Pretty sure you can install/run mysql under your own non-privileged user… but I wouldn’t say that sort of “ease” was a good criteria for choosing a database. I mean, if you really want something “that easy” why not use one of the various non-installable ones like SQLite, Derby, H2 etc?

qqq02:06:25

@U04V70XH6 : for aws, I'm using aurora, which is mysql; for dev machine, I just want quick / easy mysql interface

seancorfield02:06:20

If you want MySQL compatibility, then you’re really down to using MySQL locally… 🙂

qqq02:06:06

Yeah, I don't mind running mysql, I just want an easy way to fire it up from user and instead of having to be root or having to . be user mysql.

qqq02:06:30

It somehow feels "impure" for the db to MUST RUN AS THIS USER , instead of something any user can fire off easily on any port.

seancorfield02:06:37

Pretty sure you can install / start / stop MySQL as a non-root user… I just did a quick Bing search and found several guides for that…