Advantages in combining DB's ?

2007-02-12 Thread Prem
. Each database has the size of around 100M. Thanks, Prem

Question in ORACLE

2007-01-15 Thread Prem
Hello All, I have a question in ORACLE indexing What is the difference between B-Tree index and Bitmap index? Thanks in Advance, Prem

URGENT: Question on table storage

2006-12-19 Thread Prem
for this scenario? Thanks, Prem

How to control the number of sql dameons?

2006-07-25 Thread Prem
Hi All, Could you please explain why some one needs multiple sql daemons and how to control the number of dameons. Thanks, Prem

libmysqlclient.so.12 for solaris 8

2004-11-25 Thread Prem Soman
PLease help me to download libmysqlclient.so.12 for MySQL 4.x for solaris 8. Kinndly provide me some site from where i can download it. ___ ALL-NEW Yahoo! Messenger - all new features - even more fun!

libmysqlclient.so.12 download for solaris

2004-11-25 Thread Prem Soman
PLease help me to download libmysqlclient.so.12 for MySQL 4.x for solaris 8. Kinndly provide me some site from where i can download it. ___ Win a castle for NYE with your mates and Yahoo! Messenger

mysql restarts when creating UDF.

2004-07-12 Thread Prem Soman
hi, i have a very serious problem, when i try to reinitialise the database and start my application. By reinitilisation i would remove the database i created along with the UDF functions i created. Then when i try to start my application, which creates the database tables and the UDf, MySQL

Mysql UDF

2004-03-30 Thread Prem Soman
HI! I wrote a mysql UDF that works well in older versions of mysql (3.23.*) but the same is not working for new versions like (4.0*) . The server restarts every time i invoke my function . I also compiled and linked with libmysqlclient.so.11, but still the problem persists. how to solve the

mysql UDF in windows

2003-12-04 Thread Prem Soman
i find problem while compiling the UDF in windows. the function returns an integer and so i set the type as long long but this datatype is not recognised by VC++ 6.0 and i end up with a compilation error. how can i resolve this and what the prototype for functions that returns integer values.

mysql user

2003-12-04 Thread Prem Soman
i find problem while compiling the UDF in windows. the function returns an integer and so i set the type as long long but this datatype is not recognised by VC++ 6.0 and i end up with a compilation error. how can i resolve this and what the prototype for functions that returns integer values.

MySqlManager.rc file missing in mysql source for windows

2003-11-27 Thread Prem Soman
hi all., i tried to compile mysql-3.23.58 source distribution for windows using VisualStudio 6 and found that MySqlManager.rc file missing and hence the compilation failed , The MySqlManeger.rc file is not available in the MySqlManager folder downloaded from mysql home site. plz help me out

MySqlManager.rc file missing in mysql source for windows

2003-11-26 Thread Prem Soman
hi all., i tried to compile mysql-3.23.58 source distribution for windows using VisualStudio 6 and found that MySqlManager.rc file missing and hence the compilation failed , The MySqlManeger.rc file is not available in the MySqlManager folder downloaded from mysql home site. plz help me out

MySqlManager.rc file missing in mysql source for windows

2003-11-26 Thread Prem Soman
hi all., i tried to compile mysql-3.23.58 source distribution for windows using VisualStudio 6 and found that MySqlManager.rc file missing and hence the compilation failed , The MySqlManeger.rc file is not available in the MySqlManager folder downloaded from mysql home site. plz help me out

MySqlManager.rc file missing in windows source distribution.

2003-11-25 Thread Prem Soman
hi all., i tried to compile mysql-3.23.58 source distribution for windows using VisualStudio 6 and found that MySqlManager.rc file missing and hence the compilation failed , The MySqlManeger.rc file is not available in the MySqlManager folder downloaded from mysql home site. plz help me out

MySQL DLL for windows

2003-10-21 Thread Prem Soman
hi ! i have a problem compiling a simple mysql client program in windows. what are the compilation options needed and also how the Linking is made . The manual says to include my_global.h in the header but i dont find that under include folder. also i searched in the net , can anyone provide

Re: Fwd: Dynamic enabling of log files

2003-08-21 Thread Prem Soman
hi Nils! can u show me how to change the long_query_time using sql statement or by using mysqladmin. the set long_query_time=xyz; does not work or is this a valid command. i am using mysql 3.23.52 --- Nils Valentin [EMAIL PROTECTED] wrote: Hi Prem, Which version are you

Re: Fwd: Dynamic enabling of log files

2003-08-17 Thread Prem Soman
files allowed. Regards, Prem S --- Nils Valentin [EMAIL PROTECTED] wrote: Hi Prem, That question was just here 2 days ago, so easy to answer. ;-) Logs can be enabled/disabled for the session with SET SQL_LOG_OFF | SQL_LOG_BIN | SQL_LOG_UPDATE. But these commands are not supported

Dynamic enabling of log files

2003-08-14 Thread Prem Soman
hi all! can we enable and disable log files (update log, slow query log) dynamically. Please let me know. what should i do to enable it without restarting the server. I am using MySQL 2.23.52 advance thanx! Want to chat

Fwd: Dynamic enabling of log files

2003-08-14 Thread Prem Soman
Note: forwarded message attached. Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger http://uk.messenger.yahoo.com/---BeginMessage--- hi all! can we enable and disable log files (update log,

ERROR while compiling:

2003-07-31 Thread Prem Soman
i am using Linux 6.2(Zoot) and MySql 2.23.36and found the following error while compiling the C program using mysql APIcc -o test prog1.c -L /usr/lib/mysql -I /usr/include/mysql -lmysqlclientThe following Error occured :/usr/lib/mysql/libmysqlclient.a(my_compress.o): In function

finding user details inside UDF

2003-07-17 Thread Prem Soman
hi! i heared that its possible to get user details inside the UDf by adding the mysql_priv.h header file. But where will this file be available. i am using MySql 3.23.52 on linux8.0 when i try to compile it says :mysql_priv file not found. If i can include this file, i can get the thread

mysql update

2003-07-15 Thread Prem Soman
i want to update every row in the mysql table that matches a part of each row in it. ie. for example if a table contains the following rows : Pid:21577 PPid: 21174 Uid:501 Gid:501 i want to change the first row to Pid:30209 similarly for any row plz advice me

transactions and per connection details

2003-06-26 Thread Prem Soman
hi all! i am very much interested in knowing the intricacies of the MySql server. i use Mysql version 3.23.52. how can we get informations regarding all Mysql transactions and regarding the tables and databases that have been dropped. Also how can we get the amount of time spent

type casting help!!!

2003-06-25 Thread Prem Soman
hi!! i wrote a simple function that returns a string in C the function fetches values from a table and stores all the value in a string variable and then returns it ...This is small part inside the function i wrote! while((row = mysql_fetch_row(res))) { unsigned long

RE: Query excution time

2003-06-23 Thread Prem Soman
nothing in $time seconds; ? -Original Message- From: Prem Soman [mailto:[EMAIL PROTECTED] Sent: 21 June 2003 08:03 To: mysql groups Subject: Query excution time hi ! what is the best way to find query excution time in MySql plz help me

Re: extending MySql

2003-06-21 Thread Prem Soman
thanx alan! is there any C API available to detect MySql restarts! which file(s) do i have to monitor so that i can track server restarts. The server does not know how many times it has been restarted. You can easily enough write a wrapper script that keeps count, though. As for the

Query excution time

2003-06-21 Thread Prem Soman
hi ! what is the best way to find query excution time in MySql plz help me! Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger http://uk.messenger.yahoo.com/ -- MySQL General Mailing List For

does MySql Supports shared Objects

2003-06-20 Thread Prem Soman
hi! Dynamic shared objects could enable user written code to be integrated with the server at run time! . Does MySql support shared objects, since MySql is an open source database i believe it can support DSO. If its not true is there any alternative!

extending MySql

2003-06-20 Thread Prem Soman
thank u nelson! that was very useful for me. can these UDF's provide a better way to access the sever specific information such as the date and number of times the server was restarted Want to chat instantly with your