Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
Perl
Page 15 of 17 Previous 10   11   12   13   14   15   16   17  

Subject: Inserting and retrieving id

Hi I have a subroutine which updates and inserts edited/new rows into my database. Afterwards I want it to display the edited/new row. This is easy in case of an edited row since I have an id

Hello and a Question

Hi This is my first post to the list. In fact I just subscribed today. I 'm a web programmer at Haverford College in Haverford PA--just outside of Philadelphia. I write a lot of web program

mail_to_db

Trying to configure a FreeBSD-based email server to commit email messages to the MySQL database. Here 's some quick specs FreeBSD 4.10 Release MySQL 4.0.20 I haven 't settled on an MTA or emai

security perl script

Dose anyone know where can i find a simaple dencryption encryption perl script? thanks Brian ----- Original Message ----- From "Jan Eden " <lists@(protected) > To "Perl Lists " <perl@(protected)

join strings

Hi sorry this is not related directly to Perl. How can I concatenate an existing string value with a prefix? I tried UPDATE genres SET genre_name CONCAT ( 'Prefix 2 ' genre_name) WHER

Mysql to handle more queries at the same time

Hi All I am using Mysql 3.2 version in the production scenerio. Using a perl script to upload records in abundance. I can see that i takes a lot of time to upload all the records as the server

DBD::mysql installation problem help me

Hello Everybody When I tried to install DBD I got no error and when I try to connect to DB through perl I am getting this kind of error I have gone through pod and tried to do setup staticly bu

encrypt tables

Dose anyone know the command to do the encryption the table? thanks Brian ----- Original Message ----- From "Daniel Kasak " <dkasak@(protected) > To "Jochen Wiedmann " <jochen.wiedmann@(protected)

DBD::mysql tests failing: symb unresolved: net_buffer_length

I 'm having problems in getting the tests associated with DBD mysql. When they are executed I get the following error repeated many times t/00base...........install_driver(mysql) failed Can 't

$dbh-&gt;last_insert_id() not working

Daniel Kasak said > William R. Mussatto wrote > > >syntax error should be > >$pk $dbh- >{ 'mysql_insertid '} > > > > > Thanks for the answer ) > Someone else in the main MySQL list said that t

$dbh->last_insert_id() not working

Daniel Kasak said > Hi all. > > I 'm writing a helper object to synchronise data in DB server with fields > on a glade-generated form. > Part of that involves handling inserts > > eval {

$dbh- >last_insert_id() not working

Hi all. I 'm writing a helper object to synchronise data in DB server with fields on a glade-generated form. Part of that involves handling inserts eval { $sth- >execute (@(protected)

Query - Value

Hi I have a query $query "SELECT (UNIX_TIMESTAMP( '$stat_tud_dte $stat_tud_tme ')-UNIX_TIMESTAMP( '$stat_stu_dte $stat_stu_tme)) " my $sth $dbh- >prepare($query) $sth- >execute() How d

Hyperlink value

Hi All mit.cgi file I have a hyperlink defined as <a href host.cgi name $hostname value $hostname >$hostname </a > in a form. The $hostname values are retrieved from the mysql database in a fe

Subtracting times

How do I subtract two time from one another in MYSQL? -- Kind Regards Otto -- MySQL Perl Mailing List For list archives http //lists.mysql.com/perl To unsubscribe http //lists.mysql

Last_Insert_ID

Dear All I am working with an older version 3.23.54 of MySQL. I have a subroutine like this sub c_new { my ($dbh $params) @(protected) my $query qq{INSERT INTO t_mas

Re: (Using password: NO) while installing DBD::mysql, Fullversion,
ignore pre

On Fri 11 Jun 2004 Ben Burford wrote > Can you tell me what "(Using password NO) " means - does it mean that a pass > word was not specified? Does "(Using password YES) " mean that a passw

Subject: How to disable passwords

Hello All I understand there 's a function to disable passwords. I need this for a per l process that 's failing. I 'm new to mysql and I 'm searching the manual to find how to do this. But i t

Re: (Using password: NO) while installing DBD::mysql, Fullversion,
   ignore prev

On Fr 2004-06-11 at 09 03 Ben Burford wrote > I didn 't see a way to respond to your message from the website so this resp > onse may start a new thread. . . . > > As far as I know the sys

Re: (Using password: NO) while installing DBD::mysql,
Fullversion, ignore pre

Hello Jochen I didn 't see a way to respond to your message from the website so this resp onse may start a new thread. . . . As far as I know the system clock is fine. It has always shown the

Re: (Using password: NO) while installing DBD::mysql, Full
   version, ignore pre

On Fr 2004-06-11 at 06 22 Ben Burford wrote > Then I did a "make " which showed > > # make > cflags (mysql_config) -I '/usr/include/mysql ' > libs (mysql_config) -L/us

(Using password: NO) while installing DBD::mysql, Full
version, ignore previo

Hello All The previous send of this email was cut off at the end (including cutting of f my questions). I hope this gets through as the full version. Hello All On Red Hat Linux 7.2 I inst

(Using password: NO) while installing DBD::mysql

Hello All On Red Hat Linux 7.2 I installed MySQL-3.23.58-1.i386.rpm and MySQL-client-3.23.58-1.i386.rpm for a basic ser ver installation. This installation works OK I did a few basic operatio

Next Previous record

How do I go about getting the next and previous records from mysql? -- Kind Regards Otto -- MySQL Perl Mailing List For list archives http //lists.mysql.com/perl To unsubscribe http

Update in loop

Hi I have a case where I need to update while in a loop. My code

Re: blessing db data as utf8

On Wed Jun 09 2004 at 04 01 09PM +0300 Gaal Yahas wrote > What do the maintainers of DBD mysql say? Should the same style of fix > be added to DBD mysql? I 'm willing to work on a patch if nobo

Joining

Hi there I need some help regarding a select statement. I need to be able to reference one tables values from another where there a field in common Example Table 1 Fields Fields MY_Fie

Subject: blessing db data as utf8

Hello My data is stored on a mysql 4.0.20 server in utf8. The database doesn 't know it is utf8 as far as I could tell this version doesn 't have full support for setting unicode charsets yet (p

Problem installing DBD::mysql on Red Hat Linux 7.2

Hello All I am trying to install DBD mysql on a Red Hat Linux 7.2 installation. I di d not request any mysql modules to be installed during the installation of R ed Hat Linux 7.2. I install

insertion problem.

Hi everyone I am having some trouble with an insertion. Specifically an execution call. I have installed MailScanner (a perl Email Defense software). MailScanner is working but I am setting
Page 15 of 17 Previous 10   11   12   13   14   15   16   17