mysqldev user ?

2003-09-10 Thread Jason Frisvold
All, I recently updated the RPM files on my Linux box to 4.0.15 ... During the update, I received the following error : warning: user mysqldev does not exist - using root warning: user mysqldev does not exist - using root Can someone please explain to me what this user is and what it's

Re: mysqldev user ?

2003-09-10 Thread Jason Frisvold
On Wed, 2003-09-10 at 16:36, Lenz Grimmer wrote: -BEGIN PGP SIGNED MESSAGE- warning: user mysqldev does not exist - using root warning: user mysqldev does not exist - using root This is a warning, not an error. Did the install continue? Where exactly did you get this message? Does

Optimizing with TEXT fields

2003-05-31 Thread Jason Frisvold
Hi all, I'm in the process of designing a database and I'm a bit of an optimization freak ... I'd like to make sure that the actual structure of the database is optimal. With that said, my question is about TEXT fields. In the actual CREATE TABLE statement, would it make the table

Continuing a previous selection

2002-11-15 Thread Jason Frisvold
I want to select a large amount of data from the database, but I can't use it all at once. Is there a way to pick up where I left off and get another X rows of data? For instance, suppose I have the following table in a database : CREATE TABLE namelist (nameid INTUNSIGNEDNOT NULL

Major MySQL Server Problems

2002-10-07 Thread Jason Frisvold
Greetings, We're experiencing some severe problems with MySQL and I'm at a loss as to what to look at ... It seems we've encountered some sort of a loop but I'm not sure what's causing it. The system will run fine for a while and then begin using 100% cpu on both processors in the

MySQL Stability Problem

2002-09-24 Thread Jason Frisvold
Hi all, I seem to be running into a stability problem with our current mySQL server. I'm at a loss as to where to begin looking. We first noticed a problem with large files being created in the /tmp directory. That hasn't happened since, but yesterday the server bogged down twice.

RE: RPM Installation Question

2002-08-19 Thread Jason Frisvold
your pid file You can set these too in your /etc/my.cnf pid-file=/usr/data/mysql/mysql.pid socket=/tmp/mysql.sock or some such directories Your err files will write to the datadir you specify -Original Message- From: Jason Frisvold [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01

RPM Installation Question

2002-08-01 Thread Jason Frisvold
I was hoping to use the RPM distribution to install MySQL on my Linux machine.  However, I notice that it sets the data directory to /var/lib/mysql  ...  This is unacceptable for my purposes...  I know I can probably use a link to fix this, but I'd rather do it the right way...  How do I tell

RE: Auto Increment Fields

2001-10-05 Thread Jason Frisvold
not sure about the former. -- Albert Einstein [1879-1955] -Original Message- From: Paul DuBois [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 4:37 PM To: Jason Frisvold; '[EMAIL PROTECTED]' Subject: Re: Auto Increment Fields At 4:08 PM -0400 10/4/01, Jason Frisvold wrote

Auto Increment Fields

2001-10-04 Thread Jason Frisvold
Is there a way to have DBI return the value of the auto-incremented field upon insert? Or do I have to insert and then do a select afterwards? Thanks, --- Jason H. Frisvold Senior ATM Engineer Engineering Dept. Penteledata CCNA Certified - CSCO10151622 [EMAIL

RE: Last Modified function?

2001-09-23 Thread Jason Frisvold
I know you can set a column in each table that will update itself with the current ctime every time that row is modified, but I haven't found a per db, or per table variable yet. (I believe mSQL has something like this, but not mysql. --- Jason H. Frisvold Senior ATM

MySQL Queries

2001-09-23 Thread Jason Frisvold
Setup : MySQL 3.23.42 Perl 5.6.0 DBI 10.32 I’m trying to do a few different queries where the table name needs to be dynamic. I’ve tried the following : $dbquery = $dbhandler-prepare_cached(“SELECT id, target FROM ? where somedata=?”); $dbquery-execute($tablename,$somedata); But I keep

MySQL Queries

2001-09-21 Thread Jason Frisvold
Setup : MySQL 3.23.42 Perl 5.6.0 DBI 10.32 I’m trying to do a few different queries where the table name needs to be dynamic. I’ve tried the following : $dbquery = $dbhandler-prepare_cached(“SELECT id, target FROM ? where somedata=?”); $dbquery-execute($tablename,$somedata); But I keep

RE: Post-install

2001-09-21 Thread Jason Frisvold
Try this : /usr/bin/mysqladmin -u root -p password '22' The first instance of 'password' is a command.. It doesn't mean you need to replace it with the password.. --- Jason H. Frisvold Senior ATM Engineer Engineering Dept. Penteledata CCNA Certified - CSCO10151622

Mysql List Bounce Message?

2001-09-21 Thread Jason Frisvold
Can anyone explain why I'm getting a Mail account is disabled message from [EMAIL PROTECTED] regarding anything I post to the mysql list? The body of the message says : The mail account ([EMAIL PROTECTED]) is currently disabled, and is not receiving mail at this time. Thanks,

RE: Mysql List Bounce Message?

2001-09-21 Thread Jason Frisvold
That would explain it... I appreciate the prompt replies :) Thanks! sql --- Jason H. Frisvold Senior ATM Engineer Engineering Dept. Penteledata CCNA Certified - CSCO10151622 [EMAIL PROTECTED] --- Only two things are infinite, the universe and

REPLACE vs INSERT/UPDATE

2001-09-21 Thread Jason Frisvold
Currently I'm checking to see if a value exists in the database before deciding whether to update it or insert it. Would this be quicker to do if I merely used REPLACE? Is that the purpose of the REPLACE command? If it exists, just update it, and if it doesn't exist, insert it? Thanks,

Update TimeStamp

2001-04-02 Thread Jason Frisvold
Is there any way to query a mySQL database for the last time it was updated? I need this ability to trigger a "restart" in some other applications that create config files and such for MRTG... Thanks, --- Jason H. Frisvold Senior ATM Engineer Engineering Dept.

Database Permissions

2001-02-26 Thread Jason Frisvold
Greetings, I'm having a little trouble understanding how the permissions work within mySQL. I have 3 current databases. The first is the default mysql database, and the other 2 are ones that I have created. I want to be able to grant access to each table individually based on

MySQL Tables over Multiple Drives

2001-01-30 Thread Jason Frisvold
I looked through the manual briefly and did not see this addressed anywhere.. Is it possible to have a table span over multiple drive without a raid? Or perhaps possible to specify a directory where a table will reside other than the default directory? Thanks, ---

RE: MySQL Tables over Multiple Drives

2001-01-30 Thread Jason Frisvold
t: Tuesday, January 30, 2001 5:41 AM To: [EMAIL PROTECTED] Subject: Re: MySQL Tables over Multiple Drives Compile mysql with --with-raid option, then use symbolic link to link it to other drive - Original Message ----- From: "Jason Frisvold" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Front End Needed

2001-01-18 Thread Jason Frisvold
I know it's not "correct" to just jump in and ask and I apologize, but I'm under a bit of a time crunch here... I need to find a web front end that I can use to update a table in MySQL. What I'm looking for is a program that will display an entire table with records as a web page for editing.