Re: Newbie question: first project can't connect to MySQL

2012-10-04 Thread Afshin Mehrabani
Hey Kevin, Thanks for your correct reply, I had this problem also but after changing host from "localhost" to "127.0.0.1" problem solved, But why? what's the different between 'localhost' and '127.0.0.1'? On Wednesday, February 4, 2009 9:15:32 PM UTC+3:30, Kevin Audleman wrote: > > I found the

Case insensitive regular expression filter in MariaDB

2017-11-14 Thread Afshin Mehrabani
Hello, I have noticed an issue in my local machine and wanted to open a PR but I thought it's better to confirm this with you guys first. I'm using MariaDB and tried to use iregex but noticed that it doesn't work at all. After adding `(?i)` to the beginning of the regex, I managed to filter th