Embedded MySQL Manager

2007-05-31 Thread Martin Lancaster
Hi all, I am wondering if anyone can recommend an application that will allow me to manage an Embedded MySQL database similar to the operation of Navicat or EMS SQL Manager on a normal MySQL server instance? Thanks in advance Martin

Embedded MySQL

2006-06-23 Thread Asif Lodhi
Hi All, Can some kind soul tell me from where I can download the Embedded Library version of MySQL? -- TIA, Asif -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Embedded MySQL

2006-06-23 Thread Chris White
On Friday 23 June 2006 06:18 am, Asif Lodhi wrote: Hi All, Can some kind soul tell me from where I can download the Embedded Library version of MySQL? I don't see a binary version avaliable, but I know the following configure option exists: --with-embedded-server Build the embedded

Re: Embedded MySQL

2006-06-23 Thread Melvin Zamora
Hi, I haven't tried this one, but I think this might help http://mysql-je.sourceforge.net Asif Lodhi [EMAIL PROTECTED] wrote: Hi All, Can some kind soul tell me from where I can download the Embedded Library version of MySQL? -- TIA, Asif -- MySQL General Mailing List For list archives:

Re: Embedded MySQL

2006-06-23 Thread Melvin Zamora
I am sorry, this in case if your programming in java. Melvin Zamora [EMAIL PROTECTED] wrote: Hi, I haven't tried this one, but I think this might help http://mysql-je.sourceforge.net Asif Lodhi wrote: Hi All, Can some kind soul tell me from where I can download the Embedded Library version

Re: Embedded MySQL

2006-06-23 Thread Asif Lodhi
Hi Chris and Melvin, Thanks a lot for the quick responses. I have found it. Actually, it comes bundled with the main distribution. The documentation is in the main reference manual and the header can be found in the include directory. -- Thanks again. Asif I don't see a binary version

Embedded MySQL for Symbian ?

2005-06-14 Thread AJIT SADASIVAN
Hi, I am new to this group...Just wanted to findout whether Embedded MySQL library is available for Symbian ( Series 60 platform).Any effort going on in this direction..? Any idea about the rough memory footprint.. With Regards Ajit.S

Re: Embedded MySQL for Symbian ?

2005-06-14 Thread Louie Miranda
that looks like a good idea, and im hoping it will be much faster. but, how can it ran on a symbian platform? On 6/15/05, AJIT SADASIVAN [EMAIL PROTECTED] wrote: Hi, I am new to this group...Just wanted to findout whether Embedded MySQL library is available for Symbian ( Series 60

Re: Embedded MySQL for Symbian ?

2005-06-14 Thread Louie Miranda
: Hi, I am new to this group...Just wanted to findout whether Embedded MySQL library is available for Symbian ( Series 60 platform).Any effort going on in this direction..? Any idea about the rough memory footprint.. With Regards Ajit.S

Embedded mysql for simple user programs

2004-11-04 Thread txemi
in other mysql databases and so if neccesary. So I could thank any opinion on this to help me know if embedded mysql could fit my needs or I would better use a simpler solution as sqlite. The things I would try to avoid: - An unprivileged desktop user needing to edit system config. - Needing

Re: Embedded mysql for simple user programs

2004-11-04 Thread mos
easy to export data for latter use in other mysql databases and so if neccesary. So I could thank any opinion on this to help me know if embedded mysql could fit my needs or I would better use a simpler solution as sqlite. The things I would try to avoid: - An unprivileged desktop user needing to edit

Re: Embedded mysql for simple user programs

2004-11-04 Thread Gleb Paharenko
and constraints and complex sql commands) and I suppose easy to export data for latter use in other mysql databases and so if neccesary. So I could thank any opinion on this to help me know if embedded mysql could fit my needs or I would better use a simpler solution as sqlite. The things I would

Re: Embedded mysql for simple user programs

2004-11-04 Thread txemi
on this to help me know if embedded mysql could fit my needs or I would better use a simpler solution as sqlite. The things I would try to avoid: - An unprivileged desktop user needing to edit system config. - Needing to edit config files. Better to set up everything inside the application

Re: Embedded mysql for simple user programs

2004-11-04 Thread txemi
Thanks, I did have a look at it and it seems that I could use embedded mysql with no conffiles at all. :-) I like it becouse I would prefer application configuring mysql based on its own config or status and not having spread conffiles for each used library. Besides, various applications using

Re: Sharing database files between EMBEDDED MYSQL and MySQL Server

2004-10-22 Thread Egor Egorov
Valdir Henrique Dias Leite [EMAIL PROTECTED] wrote: I have an application that uses mysql embedded (performance issues ...). The app itself works fine, but data adminsitration (issuing DDL, DML statements ) is very complicated using C API... So, I created an entry in my.cnf pointing

Sharing database files between EMBEDDED MYSQL and MySQL Server

2004-10-20 Thread Valdir Henrique Dias Leite
Hello all, I have an application that uses mysql embedded (performance issues ...). The app itself works fine, but data adminsitration (issuing DDL, DML statements ) is very complicated using C API... So, I created an entry in my.cnf pointing to directory where database used by embedded is,

Can a database be shared between different processes linked with the Embedded MySQL library?

2004-06-10 Thread George Mladenov
Hello All, Is it possible to share a database between two processes when using libmysql, the embedded version of MySQL? My application will have one writer process and many reader processes and I would like to share a single embedded database between all the processes. Is that possible

Linking Embedded MySQL on Mac OS X

2004-06-09 Thread Eric Sword
I am having the same problem that someone else posted about back in December and I didn't see any responses for: http://lists.mysql.com/mysql/156346 Specifically, I am trying to link with libmysqld.a on Mac OS X and am getting 16 undefined link errors such as fixsfdi, floatdisf, udivdi3,

Cant compile embedded mysql server in Windows

2004-04-05 Thread Karam Chand
Hello, I want to use embedded MySQL server library. I downloaded the latest MySQL 4.1.1 source and unzipped. I opened up mysql.dsw and set libmysqld as active project. Using Build-Rebuild All.. I started compiling it. After all the related projects were compiled I am getting the following error

Re: Cant compile embedded mysql server in Windows

2004-04-05 Thread Victor Medina
Karam Chand wrote: Hello, I want to use embedded MySQL server library. I downloaded the latest MySQL 4.1.1 source and unzipped. I opened up mysql.dsw and set libmysqld as active project. Using Build-Rebuild All.. I started compiling it. After all the related projects were compiled I am getting

Re: Cant compile embedded mysql server in Windows

2004-04-05 Thread Karam Chand
Hello, I want a debuggable compiled library. Is Deug version of embedded server available. Karam --- Victor Medina [EMAIL PROTECTED] wrote: Karam Chand wrote: Hello, I want to use embedded MySQL server library. I downloaded the latest MySQL 4.1.1 source and unzipped. I opened up

Embedded mySQL

2004-01-23 Thread Rajarshi Chaudhuri
Hello, For embedded mySQL server there is a restriction that You cannot set this up as a master or a slave (no replication). To support replication using embedded mySQL is there any steps that I can follow (e.g., by modifying portion of the source code etc.)? Pls. advise Regds

embedded MySQL on arm

2004-01-09 Thread Raphael Mack
hi, I'm working on a project with an arm-CPU in an embedded system, so there are a few hardware limits like slow CPU, little RAM and very little ROM (Flash). I hope to get a MMC-Interface running to use for data storage. I'm very free to chose a db and version and don't need much features. Now

Embedded MySQL example with g++?

2003-12-11 Thread Mirza
Is there any example of makefile for g++ that links libmysqld? So far I can link libmysqld only with gcc-based programs, but g++ gives lots of unresolved symbols (like __pure_virtual etc.). thanks, Mirza Hadzic -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To

Prepared statements in embedded MySQL

2003-12-10 Thread Richard Tibbetts
I was wonder if anyone here could comment on when prepared statements might be available in the embedded server, I would find it very helpful. Will they be in the 4.1 release? Are there plans to add support in some future release? Thanks, Richard Tibbetts -- MySQL General Mailing List For list

Embedded MySql with Borland BCC32

2003-10-19 Thread Dieter Kuske
Hi experts, I need to create a static library for an embedded application with a 4-Byte alignment with BCC32 version 5.0. I prefer using the command line version. Using the files from the current distribution .\mysql\libmysqld results in early compile errors already in config-win.h, line 93,

[ANN] Blue World Lasso Professional 7 to include embedded MySQL

2003-09-09 Thread Bill Doerrfeld
security and easier installation and maintenance. Thanks in advance for your interest. Enjoy! Bill - FOR IMMEDIATE RELEASE September 9, 2003 BLUE WORLD ANNOUNCES LASSO PROFESSIONAL 7 Support for embedded MySQL, Unicode, SOAP, image manipulation, data caching

About Embedded MySQL server

2003-08-15 Thread Vladimir Espinosa Angarica
I've installed the last stable MySQL version (4.0.14-standard) form the binary distribution. I'm interested on implementing the embedded server within my clients programs but the distribution do not have included the libmysqld.a library. There is a possible solution to this without having to

About Embedded MySQL server

2003-08-15 Thread Vladimir Espinosa Angarica
I've installed the last stable MySQL version (4.0.14-standard) under Linux, (Suse-8.0) kernel 2.4.28-64GB SMP, form the binary distribution that i downloaded from www.mysql.com. I'm interested on implementing the embedded server within my clients programs but the distribution do not have

Re: Embedded MySQL?

2003-03-20 Thread Benjamin Pflugmann
Hi. On Thu 2003-03-20 at 08:25:08 +0200, [EMAIL PROTECTED] wrote: Hi, I have a question I hope you can help me with. I try to develop a database in Borlands Delphi or with C++ and Visual Studio 6 (Windows 2000). Probably I choose Delphi. Now I want to use MySQL as a platform for my program.

Embedded MySQL?

2003-03-19 Thread Roland Bengtsson
Hi, I have a question I hope you can help me with. I try to develop a database in Borlands Delphi or with C++ and Visual Studio 6 (Windows 2000). Probably I choose Delphi. Now I want to use MySQL as a platform for my program. According to http://www.mysql.com/doc/en/libmysqld_overview.html I can

embedded mysql

2003-03-02 Thread mahesh rai
Hi, we are developing an application in java that needs to have an embedded database so that we needn't install the database on the client machine. Is it possible to achieve this using mysql. I read that mysql 4.0 supports embedded database, but I find that embedded MySQL server library

Re: embedded mysql

2003-03-02 Thread Mark Matthews
embedded database, but I find that embedded MySQL server library is only for C developers. please help thanks rai It is not currently planned to support 'libmysqld' from Java via the JDBC driver, as it is not technically feasible at this point in time due to threading and data conversion issues

Embedded MySQL server

2003-01-14 Thread Asif Jan
Hi Can some one guide me on how to use the embedded MySQL server. I have gone through brief description in the MySQL manual but did not get much from it When we use Embedded server in an application ,do we need complete MySQL installation ??? any pointer will be appraciated thanks asif

Embedded MySQL

2002-12-30 Thread ·N¬Ã ÃC
Hi, Since libmysqld don't use sockets or TCP/IP, what's the mechanism it uses when client and server communicate with each other? Thanks for reply in advance. Regards. -- ___ Get your free email from http://mymail.mailasia.com Powered by Outblaze

Embedded MySQL Server

2002-12-30 Thread ·N¬Ã ÃC
Hi, Since libmysqld does not use sockets or TCP/IP, what's the mechanism it uses when the client and server communicate with each other? I mean how embedded MySQL Server works as a server. Thanks for reply in advance. Regards. -- ___ Get your free

RE: Bug report: Embedded MySQL version 4.05a

2002-12-11 Thread Henry Bequet
: Henry Bequet Subject: Re: Bug report: Embedded MySQL version 4.05a At 15:39 -0800 12/10/02, Matt Solnit wrote: === Bug report -- MySQL v4.05a, binary distribution === -- Machine specs

Bug report: Embedded MySQL version 4.05a

2002-12-10 Thread Matt Solnit
description: The security features of MySQL do not seem to work with Embedded MySQL. Instead, every user is given full permissions. - Setup script: - USE mysql DELETE FROM user WHERE user=''; DELETE FROM user WHERE user='root' AND host!='localhost'; USE test

Re: Bug report: Embedded MySQL version 4.05a

2002-12-10 Thread Paul DuBois
Framework SP2 Problem description: The security features of MySQL do not seem to work with Embedded MySQL. Instead, every user is given full permissions. Would you expect otherwise? If you have the embedded server linked into an application, it's expected

Bug report: Embedded MySQL v4.04b

2002-11-27 Thread Matt Solnit
=== Bug report -- MySQL v4.04b, source distribution === Machine specs (build machine and test machine are same machine):

Re: Bug report: Embedded MySQL v4.04b

2002-11-27 Thread Heikki Tuuri
, download MySQL-Max from http://www.mysql.com sql query - Original Message - From: Matt Solnit [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: Henry Bequet [EMAIL PROTECTED] Sent: Wednesday, November 27, 2002 7:12 PM Subject: Bug report: Embedded MySQL v4.04b

RE: Bug report: Embedded MySQL v4.04b

2002-11-27 Thread Matt Solnit
PROTECTED] Cc: Henry Bequet Subject: Re: Bug report: Embedded MySQL v4.04b Matt, thank you for the bug report. I do not have C# in my computer. Did I understand correctly the bug does not appear if you use the Embedded Server Library inside C++? My first note is that you should define USE_TLS in all

bug report: Embedded MySQL v4.04b

2002-11-15 Thread Matt Solnit
=== Bug report -- MySQL v4.04b, source distribution === Machine specs (build machine and test machine are same machine):

Re: bug report: Embedded MySQL v4.04b

2002-11-15 Thread Heikki Tuuri
of libmysqld.dll. C# code: using System; using System.Runtime.InteropServices; using System.Security; namespace Reproduce Embedded MySQL crash { class Class1 { [STAThread] static void Main(string[] args) { MySqlAPI.ServerInit(0

Using the embedded mysql server - how do I create a database on the fly?

2002-10-23 Thread Steven Webb
Hello. I'm just getting started with the embedded mysql server and I'm not trying to do anything fancy. I just want to initialize the server and call mysql_create_db and have the database get created and then start using it. I've modified the basic embedded server example as follows

two embedded mysql library apps accessing the same database

2002-10-12 Thread Michael Schweisguth
I was wondering, what happens if two programs use the embedded mysql library and try to access the same database? Or, what happens if you run the mysql database server on the machine and use the embedded mysql library to access a database? how does the mysql lib require the application writer

Re: Embedded MySQL

2002-09-27 Thread Jeremy Zawodny
On Fri, Sep 27, 2002 at 01:37:24PM +0930, David Lloyd wrote: What's the advantages of using Embedded MySQL instead of, say, Berkely's DB? Well, the SQL interface is probably the biggest advantage. There is no query language for Berkely DB, so ad-hoc queries are time-consuming to code

Embedded MySQL

2002-09-26 Thread David Lloyd
What's the advantages of using Embedded MySQL instead of, say, Berkely's DB? [mysql, query] DSL -- Qualcuno no mi basta. Vivere cercando il grande amore. Vivere come se mai dovessimo morire. (Anastasio, Valli e Travato

How to compile embedded MySQL on Windows

2002-08-29 Thread Tobias Eriksson
Hi I am trying to figure out how to compile embedded MySQL on Windows. I read that one should configure using the --with-embedded-server flag, but I should also use some script called mysql_config. But I couldn't find that script, I have downloaded the source for version 4.0, so I should have

Re: How to compile embedded MySQL on Windows

2002-08-29 Thread Mark Matthews
Tobias Eriksson wrote: Hi I am trying to figure out how to compile embedded MySQL on Windows. I read that one should configure using the --with-embedded-server flag, but I should also use some script called mysql_config. But I couldn't find that script, I have downloaded the source

Re: Embedded MySQL server crashing

2002-06-18 Thread Theodore Morse
Sorry for the ambiguity. My application is a gui application written in Borland C++ Builder 6. It features one form with 4 buttons consisting of Create, Connect, Disconnect, Destroy. Only the relevant buttons are availible at certain times. (For instance, you cannot destroy a server when one is

Embedded MySQL server crashing

2002-06-13 Thread Theodore Morse
Hello to all! I am currently working on a GUI Application in Borland C++ Builder, and must use an embedded MySQL server in it. I am having difficulties, however, because whenever I create an instance, and destroy it, then try to make another instance of an embedded server, the second time

UDF and embedded MySQL

2002-04-30 Thread Joey Mukherjee
I know the documentation says UDF and embedded MySQL server is not allowed, but then it says, some of these limitations can be changed by editing mysql_embed.h. I see in there that it has HAVE_DLOPEN undefined. I assume it is not as simple as uncommenting that line to whether or not UDF

Embedded MySQL terminate abnormally.

2001-12-30 Thread Heo, Jungsu Mr.
I installed Embedded MySQL( compiled --with-embedded-server) And I compiled source code from Manual. (I did not modify the source) compiled nicly, but I run the Embedded MySQL, Segmentation fault occured [wertyu@inos prog]$ ls Makefile mysqld* mysqld.c mysqld.c~ [wertyu@inos prog

Re: Embedded MySQL terminate abnormally.

2001-12-30 Thread Miguel Angel Solorzano
=vio_is_blocking(net-vio); if (is_blocking) --- 167,173 void net_clear(NET *net) { ! #if !defined(EXTRA_DEBUG) !defined(EMBEDDED_LIBRARY) int count; /* One may get 'unused' warn */ bool is_blocking=vio_is_blocking(net-vio); if (is_blocking) Regards, Miguel I installed Embedded MySQL( compiled

Embedded MySQL server the outside world

2001-12-12 Thread Marek Kustka
Hi folks, does embedded server tcp-listen to the outside world i.e. it could be used by another app or perhaps been accessed by the same app using ODBC? OR is MySQL C API the only way to control it? Thanks, Marek - Before

Re: Embedded MySQL server the outside world

2001-12-12 Thread Sinisa Milivojevic
Marek Kustka writes: Hi folks, does embedded server tcp-listen to the outside world i.e. it could be used by another app or perhaps been accessed by the same app using ODBC? Nope. OR is MySQL C API the only way to control it? Yes, so far. But other API's could be built on top of

C with embedded mysql

2001-03-14 Thread Ryan D'Souza
Hi, I am a newbie... so please excuse me if the question is a bit wacky ;-) I was trying to write a database system using C with embedded mysql.. could you please help me by providing me with any links to anysites where I can get help in the form of 1. Sample code. 2. Tutorial on how to do

Embedded MySQL: Opinion Please

2001-02-15 Thread david . vance
Hi! I've been monitoring this list for a while now (re: lurking), I've seen only passing comments about embedding MySQL, so I thought I would come out and directly ask the MySQL community for your opinions, or better yet, actual facts - based on experience. I am evaluating MySQL / Linux for

Re: Embedded MySQL: Opinion Please

2001-02-15 Thread Gregg Housh
- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 15, 2001 1:00 PM Subject: Embedded MySQL: Opinion Please Hi! I've been monitoring this list for a while now (re: lurking), I've seen only passing comments about embedding MySQL, so I thought I would come out and directly

Re: Embedded MySQL: Opinion Please

2001-02-15 Thread Benjamin Pflugmann
Hi. On Thu, Feb 15, 2001 at 02:00:04PM -0500, [EMAIL PROTECTED] wrote: [...] Can they (MySQL / Linux) work in such an environment, continuously, without error or failure, or requiring operator intervention, for years on end? Well, I see no principle problem here. The servers I administer run

Re: Embedded MySQL: Opinion Please

2001-02-15 Thread Gustavo Vieira Goncalves Coelho Rios
Benjamin Pflugmann wrote: Or, should I drop Linux and go with Windows CE, or some other RTOS? Well, I am biased there, but I would really avoid Windows. ;-) Other RTOS are probably a good idea, as someone else already said. Or, should I stop being a software developing and become a