Re: Help with REGEXP

2015-03-22 Thread Jan Steinman
> From: Olivier Nicole 
> 
> You could look for a tool called "The Regex Coach". While it is mainly
> for Windows, it runs very well in vine. I fijd it highly useful to debug
> regexps.

On the Mac, look for "RegExRx." It lets you paste in text to work on, build a 
regex, and see the result in real time. I also use one simply called 
"Patterns," another real-time regex engine. It does some things RegExRx doesn't 
do, and vice-versa.

 Jan Steinman, EcoReality Co-op 


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql



Re: ssh basics

2015-03-22 Thread Thufir
Lucio Chiappetti  lambrate.inaf.it> writes:
..
> Conversely, I have some private databases on my machine B. While I 
> maintain them locally with full access, I grant select access to an user 
> on another machine C. In this case he runs the mysql client on C which 
> connects to the mysqld on my machine B (actually he runs shell scripts 
> which do it).
> 
> I guess all this very simple arrangements should cover the needs of the OP 
> as they do for me..
..

Unless you have to switch to Mac, which has a strange hybrid way of
installing MySQL...

It's clear that ssh is the better solution, even if a bit more work to
setup, sometimes.



-Thufir


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql