Re: MySQL Server on OpenBSD

2017-12-11 Thread Andreas Kusalananda Kähäri
On Mon, Dec 11, 2017 at 03:34:47PM +, Luis Coronado wrote:
> Mysql was replaced by mariadb some time ago. I have not seen any problems
> with the transition but ymmv.
> 
> -luis
> 
> On Mon, Dec 11, 2017 at 9:21 AM Сергей Тарасов  wrote:
> 
> > Hello.
> > 
> > Is there a package mysql-server in OpenBSD version 6.2 ?
> >
> > 
> > Sergey Tarasov
> >
> >


The only issue I've come across with MariaDB vs. MySQL is:

ERROR 1349 (HY000) at line 136: View's SELECT contains a subquery in the FROM 
clause

This is me trying to recreate a schema that I'm using at work, where
we use MySQL running on Ubuntu.  Not a showstopper for us as our main
development platform for this particular project isn't OpenBSD.  And
even if we were forced to use MariaDB we would probably quite easily
be able to rewrite the schema without the view's subquery in that FROM
clause.


Regards,

-- 
Andreas Kusalananda Kähäri,
National Bioinformatics Infrastructure Sweden (NBIS),
Uppsala University, Sweden.



Re: MySQL Server on OpenBSD

2017-12-11 Thread Сергей Тарасов
Thank you.� Sergey Tarasov


Re: MySQL Server on OpenBSD

2017-12-11 Thread Сергей Тарасов
Thank you.

 
Sergey Tarasov



Re: MySQL Server on OpenBSD

2017-12-11 Thread Dave Voutila
Maybe try mariadb?: http://openports.se/databases/mariadb 

> On Dec 11, 2017, at 09:26, Сергей Тарасов  wrote:
> 
> Hello.
> 
> Is there a package mysql-server in OpenBSD version 6.2 ?
> 
>  
> Sergey Tarasov
> 



Re: MySQL Server on OpenBSD

2017-12-11 Thread Luis Coronado
Mysql was replaced by mariadb some time ago. I have not seen any problems
with the transition but ymmv.

-luis

On Mon, Dec 11, 2017 at 9:21 AM Сергей Тарасов  wrote:

> Hello.
> 
> Is there a package mysql-server in OpenBSD version 6.2 ?
>
> 
> Sergey Tarasov
>
>


MySQL Server on OpenBSD

2017-12-11 Thread Сергей Тарасов
Hello.

Is there a package mysql-server in OpenBSD version 6.2 ?

 
Sergey Tarasov