On 05/17/2013 03:07 PM, Reindl Harald wrote:
Am 17.05.2013 14:53, schrieb Sebastien FLAESCH:
On 05/17/2013 12:29 PM, Reindl Harald wrote:
Am 17.05.2013 12:05, schrieb Sebastien FLAESCH:
Beside the Oracle skills debate and the stupid mistakes with soname
changes between 5.5.8 and 5.5.10 or
Am 17.05.2013 14:53, schrieb Sebastien FLAESCH:
> On 05/17/2013 12:29 PM, Reindl Harald wrote:
>>
>>
>> Am 17.05.2013 12:05, schrieb Sebastien FLAESCH:
>>> Beside the Oracle skills debate and the stupid mistakes with soname
>>> changes between 5.5.8 and 5.5.10 or 5.6.x, (imagine all of this did
>
On 05/17/2013 12:29 PM, Reindl Harald wrote:
Am 17.05.2013 12:05, schrieb Sebastien FLAESCH:
Beside the Oracle skills debate and the stupid mistakes with soname
changes between 5.5.8 and 5.5.10 or 5.6.x, (imagine all of this did
not happen):
I have a VERY simple question that needs a VERY CLE
Am 17.05.2013 12:05, schrieb Sebastien FLAESCH:
> Beside the Oracle skills debate and the stupid mistakes with soname
> changes between 5.5.8 and 5.5.10 or 5.6.x, (imagine all of this did
> not happen):
>
> I have a VERY simple question that needs a VERY CLEAR answer:
>
> In our distribution pa
Beside the Oracle skills debate and the stupid mistakes with soname
changes between 5.5.8 and 5.5.10 or 5.6.x, (imagine all of this did
not happen):
I have a VERY simple question that needs a VERY CLEAR answer:
In our distribution packages (for different platforms! not only Linux),
I need to pro
Oracle fails the context by make incompatible ABI changes
which are *expected* by raise the minor release number
but claim they are compatible until it is clear that
random things are broken and the soname needs to be
changed what leaves the question: was the QA at holiday
due the whole development
Hi all,
Could someone from the libmysqlclient contributors comment on this, and
could someone complete the documentation regarding client compatiblity?
Thanks!
Seb
On 02/20/2013 09:31 AM, Sebastien FLAESCH wrote:
Hello,
FYI, I found this statement in the doc, at the end of the C API main page
Hello,
FYI, I found this statement in the doc, at the end of the C API main page:
http://dev.mysql.com/doc/refman/5.6/en/c.html
If, after an upgrade, you experience problems with compiled client programs, such as Commands out of sync or unexpected core dumps, you probably have
used old header
On 02/18/2013 12:14 PM, Noel Butler wrote:
On Mon, 2013-02-18 at 10:57 +0100, Sebastien FLAESCH wrote:
I have several versions of MySQL installed on my Linux, and it appears
that the libmysqlclient versions have changed in the 5.x version line:
/opt3/dbs/mys/4.1.24/lib/libmysqlclient.so.14
/op
On Mon, 2013-02-18 at 10:57 +0100, Sebastien FLAESCH wrote:
> I have several versions of MySQL installed on my Linux, and it appears
> that the libmysqlclient versions have changed in the 5.x version line:
>
> /opt3/dbs/mys/4.1.24/lib/libmysqlclient.so.14
> /opt3/dbs/mys/5.0.90/lib/libmysqlclien
Am 18.02.2013 10:57, schrieb Sebastien FLAESCH:
> Hi all,
>
> What is the compatibility policy regarding the MySQL C API library?
>
> I could not find the rules in the documentation.
>
> I have several versions of MySQL installed on my Linux, and it appears
> that the libmysqlclient versions h
Hi Baron,
The answers are as below
I have not upgraded the server. Done tuning on my.cnf on innodb parameters.
No i have not change the storage engine from MYISAM to INNODB
Regards,
Krishna
On 9/28/07, Baron Schwartz <[EMAIL PROTECTED]> wrote:
>
> Krishna Chandra Prajapati wrote:
> > Hi All,
>
Krishna Chandra Prajapati wrote:
Hi All,
I am using mysql-client 5.0.15 on fedora system. Server is a Debian box with
mysql 5.0.32
After getting connected to the server(192.168.1.7) using the command below
mysql -h 192.168.1.7 -D dip -u dip -p
When a record deleted from a table on server (192.1
Hi All,
Thanks for the feedback!
On 5/17/05, David Logan <[EMAIL PROTECTED]> wrote:
> Philip Denno wrote:
>
> >I'm no database expert, so I may be wrong but I do not think this
> >functionality exists. Usually this type of notification is handled at
> >the application level. That is build an app
Hello.
See:
http://dev.mysql.com/doc/mysql/en/old-client.html
ymarkiv <[EMAIL PROTECTED]> wrote:
> Dear all,
>
> I'm mysql newbie.
>
> When I try to connect to mysql using php script, it answers:
>
> Warning: mysql_connect(): Client does not support authentication
> protoc
Philip Denno wrote:
I'm no database expert, so I may be wrong but I do not think this
functionality exists. Usually this type of notification is handled at
the application level. That is build an application layer on top of the
database which handles all reads and writes to the database. This layer
Hi,
logbin can help you to track transactions and then write your notification code.
trigger in mysql 5.x will help you a lot (v5 in still in beta state now).
Mathias
Selon Philip Denno <[EMAIL PROTECTED]>:
> I'm no database expert, so I may be wrong but I do not think this
> functionality exis
I'm no database expert, so I may be wrong but I do not think this
functionality exists. Usually this type of notification is handled at
the application level. That is build an application layer on top of the
database which handles all reads and writes to the database. This layer
would also keep tra
Hello.
Your version of MySQL is rather old. Does the problem
remains after upgrading?
"Stephen Rasku" <[EMAIL PROTECTED]> wrote:
> I am using MySQL 4.0.17 on QNX 6.2.1b.
>
> I have noticed this in the last couple of days. There were two MySQL
> clients running: one since 1:30 that
Hello.
Add user 'root'@'node1.example.com'. See:
http://dev.mysql.com/doc/mysql/en/access-denied.html
>Dear All,
>I have mysql installed on top of redhat 3.0 machines and I have created
>user called root and assigned a password.
>I have tried connecting to database locally by using
Hi,
look at http://dev.mysql.com/doc/mysql/en/grant.html
and apply grant to root@'node1.example.com'.
Mathias
Selon bala <[EMAIL PROTECTED]>:
> Dear All,
> I have mysql installed on top of redhat 3.0 machines and I have created user
> called root and assigned a password.
> I have tried connectin
Thank you everybody for the answers. Finally I downloaded SQLyog and it works
fine for import /export
Johanne
-Message d'origine-
De : Karam Chand [mailto:[EMAIL PROTECTED]
Envoyé : 14 décembre 2004 22:32
À : Duhaime Johanne
Cc : [EMAIL PROTECTED]
Objet : Re: Mysql client that
I use SQLyog everyday at my job.
Check out http://www.webyog.com
Karam
--- [EMAIL PROTECTED] wrote:
> When you install MySQL you get several tools (not
> just the command-line
> client and the various server versions). Two of them
> are mysqldump and
> mysqlimport. The docs for all of them c
When you install MySQL you get several tools (not just the command-line
client and the various server versions). Two of them are mysqldump and
mysqlimport. The docs for all of them can be linked to from here:
http://dev.mysql.com/doc/mysql/en/Client-Side_Scripts.html
Shawn Green
Database Admini
Duhaime Johanne said:
> Hello
>
> I have looked at MySql browser and MySqlAdministration and then in the
> mysql lists but I could not find what I was looking for.
>
> A developper is working with one of the many databasees we have.
>
> We want to allow him to import and export data from this datab
Hello.
Look at output produced by:
show variables like '%char%';
and
show create table 'your_unicode_table';
If you use Unicode, the most obvious that all charsets should be the same.
But if you see something else, probably you should correct that.
More you may read at:
http://d
Never mind. I installed MySQL from a different location and now it
works.
...Stephen
> -Original Message-
> From: Stephen Rasku [mailto:[EMAIL PROTECTED]
> Sent: September 23, 2004 9:32 AM
> To: [EMAIL PROTECTED]
> Subject: MySQL client hangs
>
>
> I am running MySQL 4.0.17 on QNX 6.2
Jim <[EMAIL PROTECTED]> wrote:
> I'm just wondering if anyone can tell me exactly what happens when one
> is using the mysql client on a remote server and the connection to that
> server (in this case over ssh) gets dropped.
if your ssh session suddenly closes, the only thing that happens is th
When a connection is dropped most read only queries will be immediatly
dropped, write queries such as your optimize table will continue until
they complete as not to corrupt any table data or leave anything
unfinished.
-Eric
On Mon, 28 Jun 2004 17:29:22 -0400, Jim <[EMAIL PROTECTED]> wrote:
>
>
> At 16:03 -0500 4/20/04, Dirk Bremer (NISC) wrote:
> >I have a couple of questions concerning the MySql client program.
> >
> >1. Are the option for the client program, i.e. --auto-rehash, etc.
> >documented anywhere? I searched the included HTML file and could not find
a
> >reference to the clien
At 16:03 -0500 4/20/04, Dirk Bremer (NISC) wrote:
I have a couple of questions concerning the MySql client program.
1. Are the option for the client program, i.e. --auto-rehash, etc.
documented anywhere? I searched the included HTML file and could not find a
reference to the client options. What d
On Thu, 11 Dec 2003 12:26:48 +0100
[EMAIL PROTECTED] wrote:
> Is this true? Has the license for the MySQL client libraries changed from
> LGPL to GPL?
yes, it's true.
but no, you can use MySQL 4.x with PHP.
PHP at this moment _*doesn't distribute bundled libmysql*_ (PHP uses it's own license,
n
Hi Sergei,
Thank you for the reply. I could indeed install the tables on the rpm
installation (4.1 alpha).
However on the the xx.tar.gz (4.0.13) version I get this:
./mysql_install_db: line 1: my_print_defaults: command not found
Didn't find ./bin/mysqld
You should do a 'make install' before ex
Hi!
On Jun 27, Nils Valentin wrote:
> Hi MySQL Fans,
>
> I understood that within the mysql command line client there exist two help
> pages:
>
> a client help page - accessable with "help"
> a server help page accessable with "help all"
>
> I found that the file (seems like a table within the
Paul Larue wrote:
> Hi all,
> I got MySQL 3.23.55-nt running on XP and MySQL Client 3.23.36 running on
> Linux Red Hat 7. I'm trying to have the client connect to the server but I
> get the same error all the time:
>
> [EMAIL PROTECTED] /root]# mysql -h 10.0.0.41 -u guest
> ERROR 1130: Host '10.0.
No it says that the ip 10.0.0.220 does not have the right privileges to
connect to your mysql server.
This can be solved if you connect through command line to mysql and give
grant all privileges on *.* to [EMAIL PROTECTED] identified by
'paswdyouwant';
This will give the basic privileges to all
Hi,
> -Original Message-
> From: Dave Harms [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 26, 2002 9:05 AM
> To: [EMAIL PROTECTED]
> Subject: MySQL client unusable with large data sets
>
>
> I've been a loyal MySQL fan for a few years now, and use it
> extensively
> in web site
Jetaime,
Wednesday, June 05, 2002, 11:45:56 PM, you wrote:
J> how can i setup a mysql server on a machine that is on the network to accept
J> connections from my machine. I downloaded the client and there is currently
J> a server running on a nother machine on the LAN. I inputed it's ip address
J
set yourself up a login from either that specific machine or from any
machine (host=%). Then try it.
=C=
*
* Cal Evans
* Journeyman Programmer
* Techno-Mage
* http://www.calevans.com
*
-Original Message-
From: Jetaime [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 3:46 PM
T
Federico,
Monday, May 20, 2002, 6:57:28 PM, you wrote:
FC> I'm testing MySQL Client on Win98, my Server on Suse Linux 7.0.
FC> 1- I select database test
2-Commands-->>tables-->Choose Tables, I choose f0001, I can see info Found 3
FC> columns in 1 tables
3-Commands-->>Tables-->Edit Tables here no
uot;Federico Coco" <[EMAIL PROTECTED]>; "mysql" <[EMAIL PROTECTED]>
Sent: Monday, May 20, 2002 1:47 PM
Subject: Re: Mysql Client
> try the command line version of the client first then a GUI based one
>
> Andrei Cojocaru
> [EMAIL PROTECTED]
> - Ori
try the command line version of the client first then a GUI based one
Andrei Cojocaru
[EMAIL PROTECTED]
- Original Message -
From: "Federico Coco" <[EMAIL PROTECTED]>
To: "mysql" <[EMAIL PROTECTED]>
Sent: Monday, May 20, 2002 9:57 AM
Subject: Mysql Client
> I'm testing MySQL Client
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 18, 2002 4:10 AM
Subject: Re: MySql Client fails to connect
> Federico,
> Friday, May 17, 2002, 8:23:35 PM, you wrote:
>
> FC> After installing MySql Client Version 1.75 on my Win98 Pc, I tried to
> FC> connect to mysql database
Federico,
Friday, May 17, 2002, 8:23:35 PM, you wrote:
FC> After installing MySql Client Version 1.75 on my Win98 Pc, I tried to
FC> connect to mysql database on a Linux Box.
FC> this is the error message
FC> Host not allowed to connect to this MySQL server.
FC> This is my configuration file
[
You need a windows client, look in www.mysql.com/downloads
graphical clients or contributed software
- Original Message -
From: "Todd Cary" <[EMAIL PROTECTED]>
To: "Federico Coco" <[EMAIL PROTECTED]>
Sent: Friday, May 17, 2002 3:10 PM
Subject: R
>
> exec(): 0509-036 Cannot load program mysql because of the following
> errors:
> 0509-150 Dependent module libreadline.a(libreadline.so) could
> not be loaded.
> 0509-022 Cannot load module libreadline.a(libreadline.so).
> 0509-026 System error: A file or direct
john,
Thursday, April 18, 2002, 12:50:14 PM, you wrote:
jv> I can get safe_mysqld to run, but when I launch mysql I receive the error
jv> message listed below. Any thoughts what cause this issue would be
jv> appreciated.
jv> ++
> 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 --
If you're on a unix-like machine, you might be able to just type edit at
the mysql> prompt, which might take you to a vi session, much better for
editing complex sql commands. When you want to execute the command, in vi
just do ZZ, which will take you back out to mysql client. Type go or \G t
It means that the username you are using hasn't been allowed to connect to
the server from the IP you are using on the NT box. Try this, connect to
mysql from the Solaris box, then do this:
mysql> use mysql
Reading table information for completion of table and column names
You can turn off this
06.02.02 11:42:26, Marcelo Muzilli <[EMAIL PROTECTED]> wrote:
>Hi all,
> I want to connect a MySQL client from Windows NT to SUN Solaris 2.6.
> How can I do this? I need some services running in the Server (in my case, SUN
>Solaris). What means the message:
>
> "Host is not a
Bill Kurland writes:
> Thanks for the reply.
>
> gcc and g++ are both version 2.95.3
>
> I've tried installing three different binaries, one from the mysql site
> and
> two different versions from the Bull site. All failed with different
> problems
> on this machine so I tired them all on a di
Thanks for the reply.
gcc and g++ are both version 2.95.3
I've tried installing three different binaries, one from the mysql site
and
two different versions from the Bull site. All failed with different
problems
on this machine so I tired them all on a different model machine, but
running the
[EMAIL PROTECTED] writes:
> >Description:
> ##After building mysql and installing the GRANT tables I start the daemon
> ##and then try to run the mysql client to alter the GRANT tables to a
> ##useful configuration. Subcommands like connect and use seem to work
> ##ok, but if I tr
Hi June!
> How can i connect mysql client to the mysql server? Does mysql need to be
> installed on the client as well?
Mysql -is- the client. Mysqld is the server. The client can talk to any
server anywhere -if- it has appropriate permissions. You do not need to
have mysqld installed locally t
Umm you need a common package on each and then the server package on the
server and the client package on the client? At least that's how it works
on my machines which all run Linux. Some dist's might package it slightly
differently though.
"All the best people in life seem to like LINUX." --Stev
Hi Rich,
i haven't heard about an AS/400-Client so far.
As long you might don't want to start writing an asynchronus
dataque server on the AS/400 and a client on the mySQL-Server
to handle the data mirroring, i would suggest to try IBM's
JDBC-API. Together with Sun's JDBC 2.0 Optional Package A
Hi Rich,
i haven't heard about an AS/400-Client so far.
As long you might don't want to start writing an asynchronus
dataque server on the AS/400 and a client on the mySQL-Server
to handle the data mirroring, i would suggest to try IBM's
JDBC-API. Together with Sun's JDBC 2.0 Optional Package A
Rich Duzenbury writes:
> I have need to replicate some data from an AS/400 to a MySQL server.
>
> Has anyone ported a client?
>
> Regards,
> Rich
>
You can make a client on AIX, but OS/400 ... sorry no.
Best way to accomplish what you need is to save table create scripts
and to use SELECT ...
Dear Faiz,
try PhpMyAdmin. You can find it here: www.phpmyadmin.com.
This is a browser based graphical interface - so it will work
everywhere (Win, Linux, Intranet, local machine, web, ...). Well, you
need to have PHP and a webserver installed on the machine where
PhpMyAdmin runs. You can find a
What does this error mean?
I ran a simple connect query just to check if mysql is there, and now I know
it is cause i ran phpinfo():
Warning: Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (111)
thanks.
-
Mysqlfront from www.mysqlfront.de and ursql from http://www.urbanresearch.com/
Sommai Fongnamthip
At 11:46 1/8/2001 -0700, Faiz Khan wrote:
>Hi there,
>
>I am having problem finding "MySQL Client software" to connect to Web Hosts
>server so i can create tables and run queries at their server re
I use urSQL, available from http://www.urbanresearch.com/ursql, to connect
to remote MySQL servers from my Windows box...
There is also the mysqlgui client and many more available from the MySQL
website (www.mysql.com).
On Wed, 1 Aug 2001, Faiz Khan wrote:
> Hi there,
>
> I am having problem
Yes there is. Just install the MySQL client in the normal way. When you
add users, ensure they can access the server from a remote machine. See the
GRANT and REVOKE statements. When they log in, they must specify the
address of the MySQL server using the -h option.
- Original Message
On 29 May 2001 00:27:42 -0700, Poornima Visvesvaran wrote:
> What is mysqlclient and mysql server.
"mysqlclient" is name of MySQL client side library. "mysql server" is a
MySQL Server.
> Where will I get it.
http://www.mysql.com
> What is the difference between them.
MySQL server stores
Rastislav Rihak writes:
> >Description:
> There is a bug (or undocumented feature?) in libmysqlclient - if
> function "strend()" is defined in client code, client will fail
> to connect to database with "MySQL client run out of memory"
> message.
>
> >How-To-Repeat:
>
> #i
Hi Carlo :
You should be able to use MyODBC for windows which work with mysql
karl chen
Programmer , Information System Department
Valley Presbyterian Hospital
Tel (818) 782-6600 ext. 5141
-Original Message-
From: Carlo Macis [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 16,
Chris Matthews wrote:
>
> Okay, so no jokes about telling my client, Ron, to go buy more memory... =)
>
> error is: "MySQL Client Run out of Memory"...
>
> > We get this error about every 2 weeks or so... Restarting MySQL, purging
> > hosts don't fix it, we actually have to restart Apache to fi
68 matches
Mail list logo