question
am 05.08.2002 10:43:52 von Srecko Jovancevic
is there any way to replicate database on two different servers
------------------------------------------------------------ ---------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail win32-thread9429@lists.mysql.com
To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail win32-unsubscribe@lists.mysql.com instead.
Re: question
am 05.08.2002 11:31:48 von Iikka.Merilainen
Hello,
Yes, MySQL has built-in replication that allows for this. See
http://www.mysql.com/doc/en/Replication.html for more information.
Regards,
Iikka
******************************************
* Iikka Meriläinen *
* E-mail: Iikka.Merilainen@pato.vaala.fi *
* Vaala, Finland *
******************************************
On Mon, 5 Aug 2002, Srecko Jovancevic wrote:
> is there any way to replicate database on two different servers
>
>
> ------------------------------------------------------------ ---------
> Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
> posting. To request this thread, e-mail win32-thread9429@lists.mysql.com
>
> To unsubscribe, send a message to the address shown in the
> List-Unsubscribe header of this message. If you cannot see it,
> e-mail win32-unsubscribe@lists.mysql.com instead.
>
------------------------------------------------------------ ---------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail win32-thread9430@lists.mysql.com
To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail win32-unsubscribe@lists.mysql.com instead.
RE: Question
am 23.01.2006 15:33:09 von randallp
I worked for Microsoft supporting SharePoint in my previous job. The
only database supported for SharePoint is MS SQL Server, period. These
two products are joined at the hip and it is not possible to use any
other database for this product. Sorry!
Randall Price
VT.SETI.IAD.MIG:Microsoft Implementation Group
" http://vtmig.vt.edu
+ Randall.Price@vt.edu
' (540) 231-4396
-----Original Message-----
From: Chris Van Reenen [mailto:chris.vanreenen@charterhouseuk.com]=20
Sent: Thursday, January 19, 2006 11:02 AM
To: win32@lists.mysql.com
Subject: Question
Hi.
=20
I want to find out if MySQL can be used in place of MS SQL?
But I want to find out if I can get SharePoint working on MySQL with out
any limitations.
I was given the task to see if there is any other DB that we can run
share point on.=20
I don't want to try for months and then find out that it can't be done.
So if you guys can just give me a answer on this, it will be great.
Thanks for your help and keep the good work going..
Regards
Chris
=20
--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=3Dgcdmw-win32@m.gmane.org
RE: Question
am 23.01.2006 16:00:01 von randallp
One thing this article mentions is accessing the SharePoint database
through SQL queries from other (non-SharePoint applications). Directly
accessing the database will promptly result in a non-supported scenario
by Microsoft.
Randall Price
VT.SETI.IAD.MIG:Microsoft Implementation Group
" http://vtmig.vt.edu
+ Randall.Price@vt.edu
' (540) 231-4396
-----Original Message-----
From: SGreen@unimin.com [mailto:SGreen@unimin.com]=20
Sent: Monday, January 23, 2006 9:38 AM
To: Chris Van Reenen
Cc: win32@lists.mysql.com
Subject: Re: Question
"Chris Van Reenen" wrote on=20
01/19/2006 11:02:26 AM:
> Hi.
>=20
>=20
>=20
> I want to find out if MySQL can be used in place of MS SQL?
>=20
> But I want to find out if I can get SharePoint working on MySQL with
out
> any limitations.
>=20
> I was given the task to see if there is any other DB that we can run
> share point on.=20
>=20
> I don't want to try for months and then find out that it can't be
done.
>=20
> So if you guys can just give me a answer on this, it will be great.
>=20
> Thanks for your help and keep the good work going..
>=20
> Regards
>=20
> Chris
>=20
>=20
>=20
How much control do you have over how SharePoint interacts with the=20
database. I ask because MySQL can appear very nearly like an MS SQL
server=20
but never exactly. If you obscure your data link through an abstraction
layer (like ODBC) your odds of compatibility increase. Based on what I=20
read here:
http://www.codeproject.com/cs/database/Sharepoint_Database.a sp
It seems as though SharePoint has been designed specifically towards the
features of the MS SQL server (or MSDE). So long as it doesn't require
any=20
functionality not provided by MySQL (like table variables or any other
MS=20
SQL-specific features) your chances of success improve again. However, I
suspect that SharePoint is compiled with the OLE DB for SQL Server as
it's=20
only form of database connectivity so the ability to actually repoint it
to a MySQL server may not exist.
Shawn Green
Database Administrator
Unimin Corporation - Spruce Pine
--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=3Dgcdmw-win32@m.gmane.org