Re: easy question

2002-06-13 Thread Hisseine Dj.

Is there a way to have the timestamp automatically inserted when an
insert statement is run?  The timestamp of the insert statement.

Try now()

Hisseine



- Original Message -
From: chad kellerman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, June 13, 2002 9:59 AM
Subject: easy question


Hello,
 I am sure this is an easy question but I am not thinking clearly for
some
reason.  :^)

 If you set a column to auto_Increment.  You do not have to put the
auto_increment # in the insert statement to get it to be inserted.  Mysql
does this automatically.

 Is there a way to have the timestamp automatically inserted when an
insert statement is run?  The timestamp of the insert statement.

thanks for the help,
chad


--
Chad Kellerman


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: help with mysqlhotcopy

2002-06-12 Thread Hisseine Dj.

 I was wondering if someone could help me out with the syntax to use
 mysqlhotcopy to backup a database to a tape drive ( /dev/nst0 ).  I've
 tried a few variations of the command but with no luck so far.   The
 mysql server is running on RH 7.2 and the DAT tape drive is on that same
 machine.

Not sure if you are doing the right thing.
Go to this URL,
http://www.mysql.com/doc/m/y/mysqlhotcopy.html

It suppose to do the backup to a folder not on a DAT tape.

You can write small shell to first backup your database in a folder and
second use tar command to copy the folder on your DAT tape.

Hisseine




- Original Message -
From: Richard Reina [EMAIL PROTECTED]
To: mysql [EMAIL PROTECTED]
Sent: Wednesday, June 12, 2002 6:47 PM
Subject: help with mysqlhotcopy


 I was wondering if someone could help me out with the syntax to use
 mysqlhotcopy to backup a database to a tape drive ( /dev/nst0 ).  I've
 tried a few variations of the command but with no luck so far.   The
 mysql server is running on RH 7.2 and the DAT tape drive is on that same
 machine.

 Any help would be greatly appreciated.

 Richard


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Can I connect to a MySQL Database on a unix platform from a PC?

2002-06-05 Thread Hisseine Dj.

 As a potential MySQL customer, I am trying to find the answer to the
 question Can I connect to a MySQL Database on a unix platform from a PC
 through TCP/IP network? If the answer is yes, what other additional
 supporting software will be needed on the Unix platform and on the PC? Any
 pointers, examples are greatly appreciated.


The answer of this question is yes, I think there are lot of PC apps that
can help you connect to mysql DB; I am using MySQL-Front on my PC to connect
to MySQL DB on Linux, it is working fine. What you will need on your unix
system will be mysql client library.
Hope this help.

Hisseine


- Original Message -
From: Liqiang Feng [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 05, 2002 4:09 PM
Subject: Can I connect to a MySQL Database on a unix platform from a PC?


 As a potential MySQL customer, I am trying to find the answer to the
 question Can I connect to a MySQL Database on a unix platform from a PC
 through TCP/IP network? If the answer is yes, what other additional
 supporting software will be needed on the Unix platform and on the PC? Any
 pointers, examples are greatly appreciated.

 Thanks.


 Larry Feng
 Software Engineer
 Cisco Photonics, Inc.
 RCDN4/2, S2-025
 2200 East President George Bush Turnpike
 Richardson, TX 75082
 469-255-1247
 Fax 469-255-9488
 [EMAIL PROTECTED]


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: link problem

2002-05-09 Thread Hisseine Dj.

  gcc simple1.cc  -c -I/usr/include/mysql -L/usr/lib/mysql -lmysqlclient
  -lm -tz  -

Replace the -c option with -o

Hisseine

- Original Message -
From: Sinisa Milivojevic [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, May 09, 2002 1:43 PM
Subject: Re: link problem


 adelpfe writes:
  hi every body
  i have succeed to compile source examples given with mysql++1.7.9. but i
  can't link them.
  i used
  gcc simple1.cc  -c -I/usr/include/mysql -L/usr/lib/mysql -lmysqlclient
  -lm -tz  -all rigth
  but , i didn't succeed to link
  can you help me
 

 HI!

 First of all, you should use g++.

 Second, you should link in sqlplus too ...

 --
 Regards,
__  ___ ___   __
   /  |/  /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED]
  / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
 /_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
___/   www.mysql.com


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Fw: link problem

2002-05-09 Thread Hisseine Dj.


- Original Message -
From: Hisseine Dj. [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 09, 2002 2:40 PM
Subject: Re: link problem


   gcc simple1.cc  -c -I/usr/include/mysql -L/usr/lib/mysql -lmysqlclient
   -lm -tz  -

 Replace the -c option with -o

 Hisseine

 - Original Message -
 From: Sinisa Milivojevic [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Thursday, May 09, 2002 1:43 PM
 Subject: Re: link problem


  adelpfe writes:
   hi every body
   i have succeed to compile source examples given with mysql++1.7.9. but
i
   can't link them.
   i used
   gcc simple1.cc  -c -I/usr/include/mysql -L/usr/lib/mysql -lmysqlclient
   -lm -tz  -all rigth
   but , i didn't succeed to link
   can you help me
  
 
  HI!
 
  First of all, you should use g++.
 
  Second, you should link in sqlplus too ...
 
  --
  Regards,
 __  ___ ___   __
/  |/  /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED]
   / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
  /_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
 ___/   www.mysql.com
 
 
  -
  Before posting, please check:
 http://www.mysql.com/manual.php   (the manual)
 http://lists.mysql.com/   (the list archive)
 
  To request this thread, e-mail [EMAIL PROTECTED]
  To unsubscribe, e-mail
 [EMAIL PROTECTED]
  Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
 
 



 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




C++ API for Mysql

2002-05-06 Thread Hisseine Dj.

Hello,

Can someone tell me if there is an C++ API that works smooth with MYSQL on
linux.
So far I was trying msql++ and SQLAPI++.
SQLAPI++ seems to be good by there are problems when runing the program.

My system is Redhat 7.2  and Mysql 3.23.49


Thanks,

Hisseine




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




C++ API for Mysql

2002-05-06 Thread Hisseine Dj.

Hello,

Can someone tell me if there is an C++ API that works smooth with MYSQL on
linux.
So far I was trying msql++ and SQLAPI++.
SQLAPI++ seems to be good by there are problems when runing the program.

My system is Redhat 7.2  and Mysql 3.23.49


Thanks,

Hisseine





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: C++ API for Mysql

2002-05-06 Thread Hisseine Dj.

Hi Carsten,

I've tried Mysql++ and SQLAPI.
I am asking if someone out there know about other best tools in C++ for
Mysql on linux.

Thanks,

Hisseine


- Original Message -
From: Carsten Gehling [EMAIL PROTECTED]
To: Hisseine Dj. [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Monday, May 06, 2002 11:31 AM
Subject: SV: C++ API for Mysql


 You can download MySQL++ from www.mysql.com

 - Carsten

  -Oprindelig meddelelse-
  Fra: Hisseine Dj. [mailto:[EMAIL PROTECTED]]
  Sendt: 6. maj 2002 17:24
  Til: [EMAIL PROTECTED]
  Emne: C++ API for Mysql
 
 
  Hello,
 
  Can someone tell me if there is an C++ API that works smooth with MYSQL
on
  linux.
  So far I was trying msql++ and SQLAPI++.
  SQLAPI++ seems to be good by there are problems when runing the program.
 
  My system is Redhat 7.2  and Mysql 3.23.49
 
 
  Thanks,
 
  Hisseine
 
 
 
 
  -
  Before posting, please check:
 http://www.mysql.com/manual.php   (the manual)
 http://lists.mysql.com/   (the list archive)
 
  To request this thread, e-mail [EMAIL PROTECTED]
  To unsubscribe, e-mail
  [EMAIL PROTECTED]
  Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
 
 


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Cant connect using socket ''(111) for Mysqlgui on linux

2002-04-23 Thread Hisseine Dj.

Verify if your MySQL server is running and the user and password when
entering Mysqlgui1.7.5
I have the same on Linux and it's running fine.

Hisseine

- Original Message -
From: Sinisa Milivojevic [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, April 23, 2002 7:40 AM
Subject: Re: Cant connect using socket ''(111) for Mysqlgui on linux


 Krishna Kumar Sundara Moorthy writes:
  Hello All
 
  Is there any installation instructions for Mysqlgui1.7.5 on linux.
 
  Also i have installed it and while trying to connect it says couldnt
connect
  using Socket''(111)
  and also can some one throw light on sql command on connet or Socket
  dialog in options window
  and what showuld really go in there
 
  thanks in advance
  Krishna Kumar S.
 

 Hi!

 There is README that comes with mysqlgui that contains all info.

 Click on Options, fill up all entrries.

 On Linux, in that field 'SQL command on ... enter a location of the
 socket file. If it is defined in any *my.cnf it should pop up there
 for itself.

 Then click on 'Save' and re-connect.

 --
 Regards,
__  ___ ___   __
   /  |/  /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED]
  / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
 /_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
___/   www.mysql.com


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Mysql.sock missing

2002-04-23 Thread Hisseine Dj.

Don't worry if it's running then you can find that file else where on your
system; try to look for in /tmp

Hisseine

- Original Message -
From: Charitha [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 23, 2002 4:58 AM
Subject: Mysql.sock missing



 Hello all,

 I am facing very strange problem

 I am not having mysql.sock in /var/lib/mysql
 But it is showing its status to be running.
 How could it be?

 Clearance needed.

 --
 Regards,
 Charitha.


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: mysql client issues

2002-04-18 Thread Hisseine Dj.

 ld.so.1: mysql: fatal: libncurses.so.5: open failed: No such file or
 directory

What kind of system are you using? Linux?
Verify on your system for libncurses.so, it should be in /usr/lib.
If you have that library on your system then check for library path

Hisseine


- Original Message -
From: john v [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 18, 2002 5:50 AM
Subject: mysql client issues


 I can get safe_mysqld to run, but when I launch mysql I receive the error
 message listed below.  Any thoughts what cause this issue would be
 appreciated.
 ++  E
R
 R O RM E S S A G E
 ld.so.1: mysql: fatal: libncurses.so.5: open failed: No such file or
 directory
 Killed
 +++

 root 17181 17127  0 05:32:07 pts/60:00 /bin/sh ./safe_mysqld
 mysql 17203 17181  0 05:32:09 pts/60:00
/usr/local/mysql/libexec/mysqld
 l

 # ./mysqlbug.sh
 SEND-PR: -*- send-pr -*-
 SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
 SEND-PR: will all comments (text enclosed in `' and `').
 SEND-PR:
 From: root
 To: [EMAIL PROTECTED]
 Subject: [50 character or so descriptive subject here (for reference)]

 Description:
 precise description of the problem (multiple lines)
 How-To-Repeat:
 code/input/activities to reproduce the problem (multiple lines)
 Fix:
 how to correct or work around the problem, if known (multiple
 lines)

 Submitter-Id:  submitter ID
 Originator:Super-User
 Organization:
 organization of PR author (multiple lines)
 MySQL support: [none | licence | email support | extended email support ]
 Synopsis:  synopsis of the problem (one line)
 Severity:  [ non-critical | serious | critical ] (one line)
 Priority:  [ low | medium | high ] (one line)
 Category:  mysql
 Class: [ sw-bug | doc-bug | change-request | support ] (one
line)
 Release:   mysql-@VERSION@@MYSQL_SERVER_SUFFIX@
(@COMPILATION_COMMENT@)
 Server: /usr/local/mysql/bin/mysqladmin  Ver 8.23 Distrib 3.23.45, for
 sun-sola
 ris2.5.1 on sparc
 Copyright (C) 2000 MySQL AB  MySQL Finland AB  TCX DataKonsult AB
 This software comes with ABSOLUTELY NO WARRANTY. This is free software,
 and you are welcome to modify and redistribute it under the GPL license

 Server version  3.23.45
 Protocol version10
 Connection  Localhost via UNIX socket
 UNIX socket /tmp/mysql.sock
 Uptime: 3 min 58 sec

 Threads: 1  Questions: 4  Slow queries: 0  Opens: 6  Flush tables: 1  Open
 table
 s: 0 Queries per second avg: 0.017
 Environment:
 machine, os, target, libraries (multiple lines)
 System: SunOS dbmon 5.6 Generic sun4m sparc SUNW,SPARCstation-20
 Architecture: sun4

 Some paths:  /usr/ccs/bin/make /usr/local/bin/gcc /usr/ucb/cc
 GCC: Reading specs from
 /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.3/specs
 gcc version 2.95.3 20010315 (release)
 Compilation info: CC='@CC@'  CFLAGS='@CFLAGS@'  CXX='@CXX@'
 CXXFLAGS='@CXXFLAGS
 @'  LDFLAGS='@LDFLAGS@'
 LIBC:
 -rw-r--r--   1 bin  bin  1585072 Jul 15  1997 /lib/libc.a
 lrwxrwxrwx   1 root root  11 Jan 24 21:47 /lib/libc.so -
 ./libc.so.
 1
 -rwxr-xr-x   1 bin  bin  1000252 Jul 15  1997 /lib/libc.so.1
 -rw-r--r--   1 bin  bin  1585072 Jul 15  1997 /usr/lib/libc.a
 lrwxrwxrwx   1 root root  11 Jan 24 21:47 /usr/lib/libc.so -
 ./libc
 .so.1
 -rwxr-xr-x   1 bin  bin  1000252 Jul 15  1997 /usr/lib/libc.so.1
 Configure command: @CONF_COMMAND@

 # ./mysqlshow
 +---+
 | Databases |
 +---+
 | mysql |
 | test  |
 +---+




 _
 Chat with friends online, try MSN Messenger: http://messenger.msn.com


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Newbie: Test for MySQL connection

2002-04-18 Thread Hisseine Dj.

Try
shell cd YourMysqlInstallationDirectory
shell bin/safe_mysqld 
shell mysql -h host -u user -ppassword

Hisseine


- Original Message -
From: Fei Chen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 18, 2002 10:36 AM
Subject: Newbie: Test for MySQL connection


 Dear all,

 I don't know where to look for this information... Couldn't find it in the
 manual.

 How do I test whether a connection has been established so I don't need to
 open a new one again? e.g.

 MYSQL tmp;

 void f1(){
 mysql_init(tmp);
 mysql_real_connect(tmp,...)
 }

 void f2(){
  if(!connected(tmp)) do_error(connection not established);
 ...
 }

 I don't know what should go into the function connected() ...

 Thanks for any tips,

 fei



 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Graphical UI for MySQL

2002-04-16 Thread Hisseine Dj.

Try mysqlgui, this is a tool that can give you the ability to do some admin.

Hisseine

- Original Message -
From: Kela Vesa [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 16, 2002 2:48 AM
Subject: Graphical UI for MySQL


 Greetings,

 I would like to ask you following question:
 Is there graphical user interface for managering MySQL database? I think
 command line-based interface is quite clumsy...

 Regards,
 Vesa Kela, Helsinki Finland

 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Enterprise Manager (?)

2002-04-16 Thread Hisseine Dj.

Hy Johnny,

I try to install MySQL front on Window 2000. When I run it to connect to
mysql server on Linux, I got an error saying this host (my client) cannot
connect to the mysql server.
It seems to be a configuration on the mysql server, any idea.

Thanks,

Hisseine


- Original Message -
From: Johnny Withers [EMAIL PROTECTED]
To: 'Ioakim Spyros' [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, April 16, 2002 11:31 AM
Subject: RE: Enterprise Manager (?)


You should try MySQL Front

http://anse.de/mysqlfront/

-
Johnny Withers
[EMAIL PROTECTED]
p. 601.853.0211
c. 601.209.4985

-Original Message-
From: Ioakim Spyros [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 16, 2002 10:20 AM
To: [EMAIL PROTECTED]
Subject: Enterprise Manager (?)


Hi all,

I'm looking for a tool like Enterprise Manager (I am talking about a
Windows client)
I downloaded MyCC and it looked a lot like it and hoped that it would
work.

Don't get me wrong it does work but with a couple of glitches.
I don't know If those can be solved in MyCC or I didn't find them but
here goes:
1. I changed the font to Arial with script Greek so I can see the greek
blobs I have but no luck.
It seems that it doesn't want to change font and stays always to Arial.
So no Greek fonts.
2. Is there a way to edit directly the blob? Or do you need to use a
query that will do update?

I'm looking for a windows tool that will access the mysql database and
be able to make changes to the data of the tables.
Just like Enterprise Manager.
It's kind of stupid if I have a typo and just want to change a character
to do a whole update string.

Any solutions other than MyCC or MyCC are greatly appreciated.
ODBC might be the answer?

Thank you all,
Spyros

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




About BLOBS

2002-04-11 Thread Hisseine Dj.

Hello,

Does MySqL database supports BLOBs operation? (Insert, delete etc ...)
If yes which API can use to do these operations? (MySqL++)?


Thanks for help





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: About BLOBS

2002-04-11 Thread Hisseine Dj.

Thanks Paul,

Hisseine

- Original Message - 
From: Paul DuBois [EMAIL PROTECTED]
To: Hisseine Dj. [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, April 11, 2002 10:40 AM
Subject: Re: About BLOBS


 Hello,
 
 Does MySqL database supports BLOBs operation? (Insert, delete etc ...)
 
 Yes.
 
 If yes which API can use to do these operations? (MySqL++)?
 
 Any.  BLOB columns are just character columns.  They need not be
 accessed in separate hunks like in some other databases.
 
 
 Thanks for help
 
 



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




mysqladmin

2002-04-11 Thread Hisseine Dj.

Hi all,

I just downloaded the MySql rpm file : MySQL-3.23.49a-1.i386.rpm
I did the installation on linux redhat 7.2, everything is ok, but I can't
locate the msqladmin command.
I try find command as root but nothing in the result.
Does binary files are missing in this version?

Thanks,

Hisseine



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: mysqladmin

2002-04-11 Thread Hisseine Dj.

Thanks Egor, I just did it now and I find that.
I start the installation today so that's I am missing some elements.

Again thanks for your help.

Hisseine


- Original Message -
From: Egor Egorov [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 11, 2002 12:22 PM
Subject: Re: mysqladmin


 Hisseine,
 Thursday, April 11, 2002, 7:13:58 PM, you wrote:

 HD I just downloaded the MySql rpm file : MySQL-3.23.49a-1.i386.rpm
 HD I did the installation on linux redhat 7.2, everything is ok, but I
can't
 HD locate the msqladmin command.
 HD I try find command as root but nothing in the result.
 HD Does binary files are missing in this version?

 mysqladmin is a client-side utility. You should install client package of
the MySQL.

 HD Thanks,
 HD Hisseine





 --
 For technical support contracts, goto https://order.mysql.com/
 This email is sponsored by Ensita.net http://www.ensita.net/
__  ___ ___   __
   /  |/  /_ __/ __/ __ \/ /Egor Egorov
  / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
 /_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
___/   www.mysql.com



 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php