MySQL problems

2006-06-18 Thread Xavier Elizalde
I've been trying to set up MySQL and the book I've been using had me set a password for the root user. However, I can't seem to log into MySQL using that password now. Perhaps there was a typo when I was entering it, but I can't seem to do anything about it now. I've been searching for

Re: MySQL problems

2006-06-18 Thread Xavier Elizalde
I fixed it. I just deleted the mysql directory at /var/lib, and did an apt-get remove then apt-get install for both mysql-server and mysql-client. I'm just having some difficulties basically because the book I'm reading covers MySQL and PHP on Windows, and there are those annoying setup

Re: MySQL problems

2006-06-18 Thread s. keeling
Xavier Elizalde [EMAIL PROTECTED]: I fixed it. I just deleted the mysql directory at /var/lib, and did Next time: mysqladmin -u root password '__' If you have a ~root/.my.cnf, move it out of the way before doing this (or this will fail). -- Any technology distinguishable from

MySQL Problems With a New Data Directory

2005-10-22 Thread Hal Vaughan
I'm using MySQL 4.0.24-10 on Sarge. I had a setup of a program I've been working on for several years that is on a RAID. I changed MySQL's data directory so it will be on the same RAID and backed up, along with all my other data and programs. Originally this was set up under a Debian-based

Re: MySQL Problems With a New Data Directory

2005-10-22 Thread Pooly
2005/10/22, Hal Vaughan [EMAIL PROTECTED]: I'm using MySQL 4.0.24-10 on Sarge. I had a setup of a program I've been working on for several years that is on a RAID. I changed MySQL's data directory so it will be on the same RAID and backed up, along with all my other data and programs.

Re: MySQL Problems With a New Data Directory

2005-10-22 Thread Hal Vaughan
On Saturday 22 October 2005 03:09 pm, Pooly wrote: 2005/10/22, Hal Vaughan [EMAIL PROTECTED]: I'm using MySQL 4.0.24-10 on Sarge. I had a setup of a program I've been working on for several years that is on a RAID. I changed MySQL's data directory so it will be on the same RAID and backed

Re: MySQL Problems With a New Data Directory

2005-10-22 Thread Hal Vaughan
Sorry for the top post, but, in short, this is solved -- so if you want more details read on: It turns out I needed to use the same password in /etc/mysql/debian.conf as I used in the original setup -- or change the old tables to match the new pw. Hal On Saturday 22 October 2005 01:49 pm,

Mysql problems after the install

2005-08-30 Thread Gallagher Timothy-TIMOTHYG
I have just apt-get install mysql and I am now having troubles with starting it. I cannot find a solution and want to see if anyone might know the problem. Here is the error when I start mysql (/etc/init.d/mysql start) debtest:/etc/init.d# ./mysql start Starting MySQL database server:

Re: Mysql problems after the install

2005-08-30 Thread Alan Ianson
On Tue August 30 2005 11:52 am, Gallagher Timothy-TIMOTHYG wrote: I have just apt-get install mysql and I am now having troubles with starting it. I cannot find a solution and want to see if anyone might know the problem. Here is the error when I start mysql (/etc/init.d/mysql start)

Re: Mysql problems after the install

2005-08-30 Thread Don Hayward
On Tue, 30 Aug 2005, Gallagher Timothy-TIMOTHYG wrote: I have just apt-get install mysql and I am now having troubles with starting it. I cannot find a solution and want to see if anyone might know the problem. Here is the error when I start mysql (/etc/init.d/mysql start)

Re: Mysql problems after the install

2005-08-30 Thread Roberto C. Sanchez
On Tue, Aug 30, 2005 at 02:52:54PM -0400, Gallagher Timothy-TIMOTHYG wrote: I have just apt-get install mysql and I am now having troubles with starting it. I cannot find a solution and want to see if anyone might know the problem. Here is the error when I start mysql (/etc/init.d/mysql

RE: Mysql problems after the install

2005-08-30 Thread Gallagher Timothy-TIMOTHYG
There is nothing in the log, it is 0 kb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roberto C. Sanchez Sent: Tuesday, August 30, 2005 3:16 PM To: debian-user@lists.debian.org Subject: Re: Mysql problems after the install On Tue, Aug 30, 2005

Re: Mysql problems after the install

2005-08-30 Thread Roberto C. Sanchez
On Tue, Aug 30, 2005 at 03:45:57PM -0400, Gallagher Timothy-TIMOTHYG wrote: There is nothing in the log, it is 0 kb If your syslog is 0 kB, then you have other bigger problems. Check that out first. -Roberto -- Roberto C. Sanchez http://familiasanchez.net/~roberto pgp93e9UqnfFS.pgp

Qpopper, Exim and MySQL problems

2002-05-08 Thread Paulo Henrique Baptista de Oliveira
Hi all, I got qpopper and exim MySQL patches to work in Debian GNU/Linux Potato 2.2 (kernel 2.2.19) on a PIII 800 Mhz and 320 Mb RAM. Exim version is 3.12 and qpopper version is 3.1.2-mysql-0.11.2. Yesterday, my machine (with many smtp and pop connectios) but

mysql problems

2000-02-10 Thread Steve Kondik
is anyone experiencing major problems with the latest mysql in woody [and potato]? none of my grant tables seem to get usuable, although the data is still there and correct.

Re: mysql problems

2000-02-10 Thread Marcin Kurc
same here, need fix quick :) On Wed, Feb 09, 2000 at 11:55:29PM -0500, Steve Kondik wrote: is anyone experiencing major problems with the latest mysql in woody [and potato]? none of my grant tables seem to get usuable, although the data is still there and correct. -- Unsubscribe?

Re: mysql problems

2000-02-10 Thread Steve Hsieh
The security patch in the latest 3.22.30-4 breaks things. I backed out the patch on my own system and it works again. I've filed a bug report for mysql-server on this. On Wed, 9 Feb 2000, Steve Kondik wrote: is anyone experiencing major problems with the latest mysql in woody [and potato]?

Re: mysql problems

2000-02-10 Thread Christian Hammers
Hello is anyone experiencing major problems with the latest mysql in woody I'm impressed how many people download the mysql package in so short time. Sadly that means there're so much people who suffer from my failure to install the package correctly before testing whether the applied security

PHP3+MySQL problems

1999-04-30 Thread Chris
Hi. Well, I seem to be having problems getting PHP to recognize that I have mysql support in place. When I try to view a document with a mysql_connect() function in it, I get: Fatal error: Call to unsupported or undefined function mysql_connect() in /home/cmayes/public_html/apples.php3 on line

Re: PHP3+MySQL problems

1999-04-30 Thread Remco van de Meent
Chris wrote: Hi. Well, I seem to be having problems getting PHP to recognize that I have mysql support in place. When I try to view a document with a mysql_connect() function in it, I get: Fatal error: Call to unsupported or undefined function mysql_connect() in