Re: Fatal error

2006-08-03 Thread Martin Jespersen
1) Throw away the backup.sql as it is useless 2) Talk to the guys who made drupal and make them aware of the flaw in their software 3) Change the php.ini settings for maximum execution time next time try to place non-mysql related questions elsewhere ;) Kaushal Shriyan wrote: On 8/3/06, Marti

Re: Fatal error

2006-08-03 Thread Kaushal Shriyan
On 8/3/06, Martin Jespersen <[EMAIL PROTECTED]> wrote: Looks like drupal had an error when doing the backup - mysql is complaining over the fact that your backup.sql file contains a html formated fatal error message. Kaushal Shriyan wrote: > Hi ALL > > I have taken backup of http://mydomain.com/

Re: Fatal error

2006-08-02 Thread Martin Jespersen
Looks like drupal had an error when doing the backup - mysql is complaining over the fact that your backup.sql file contains a html formated fatal error message. Kaushal Shriyan wrote: Hi ALL I have taken backup of http://mydomain.com/?q=admin/database through drupal 4.6.3 by selecting all t

Re: Fatal error: Can't open privilege tables: File '/usr/local/share/mysql/charsets/?.conf' not found (Errcode: 2)

2004-11-29 Thread Gleb Paharenko
Hello. Usually such error occurs on Windows boxes. If you can apply recomendations for Windows to FreeBSD :), look at: http://dev.mysql.com/doc/mysql/en/Windows_troubleshooting.html Can you upgrade to 4.0.22 or 4.1.7? Ricardo David Martins <[EMAIL PROTECTED]> wrote: > Hi > > I am

Re: Fatal error: Can't open privilege tables: File '/usr/local/share/mysql/charsets/?.conf' not found (Errcode: 2)

2004-11-28 Thread Michael Stassen
Have you run mysql_install_db yet? Have you read the freebsd platform notes and the post-install instructions ? If not, I'd suggest starting there. If that doesn't help, write back with s

Re: Fatal Error on db

2004-10-19 Thread Egor Egorov
John <[EMAIL PROTECTED]> wrote: Not a MySQL error. it's a bug in the application. > > I am using php/mysql for a program and everything > installed fine but when I try to open it up I get this > error: > > Fatal Error : Couldn't find local config file. > File Name : /program/admin/index.php >

Re: Fatal error

2002-12-29 Thread Stefan Hinz, iConnect \(Berlin\)
PROTECTED]>; "Pikasz Gyorgy" <[EMAIL PROTECTED]> Sent: Sunday, December 29, 2002 8:58 PM Subject: Re: Fatal error > 1. This is a PHP syntax question. > 2. The PHP manual gives a specific example in the MySQL Functions. > > $link = mysql_connect("localhost&qu

Re: Fatal error

2002-12-29 Thread Doug Thompson
1. This is a PHP syntax question. 2. The PHP manual gives a specific example in the MySQL Functions. $link = mysql_connect("localhost", "webuser", "webpass") Doug On Sun, 29 Dec 2002 20:11:14 +0200, Pikasz Gyorgy wrote: >Hi all!!! >Red Hat 7.3, MySQL, PHP >I tried to connect to My

Re: Fatal error

2002-12-29 Thread LeVar Bery
This means that the mod for mySQL is not installed. On the CD there is a package for PHP-MySQL. install that and then restart. Hope this helps. - Original Message - From: "Pikasz Gyorgy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 29, 2002 1:11 PM Subject: Fatal

Re: fatal error

2002-11-30 Thread Thomas Seifert
compile php with mysql-support, i.e. configure --with-mysql and so on. If you are on a redhat system and using the installed apache-webserver, then there should be a package php-mysql*.rpm or similar which needs to be installed. Thats not a real mysql-problem. ;-) Thomas On Sun, 1 Dec 2002 07

RE: Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!

2002-11-22 Thread Shon Stephens
or whatever your paths are. -Original Message- From: Kenneth Illingsworth [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 4:06 PM To: [EMAIL PROTECTED] Subject: RE: Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root! Tha

RE: Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!

2002-11-22 Thread Shon Stephens
you say you chown -R mysql /usr/local/mysql/data, yet the error shows mysql trying to start with databases from /var/lib/mysql. check your startup script for basedir and datadir settings. -Original Message- From: Kenneth Illingsworth [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 20

re: Fatal error when using --skip-grant-tables option

2002-11-11 Thread Egor Egorov
Robert, Saturday, November 09, 2002, 10:23:03 PM, you wrote: RJ> I tried using the instructions I found in the MySQL manual and got hung RJ> up on starting the MySQL server in an unsecured state. The instructions RJ> say to start mysqld with the --skip-grant-tables option. When I do I RJ> get a "

Re: Fatal Error: Call to undefined function: mysql_connect()

2002-04-25 Thread Georg Richter
On Thursday, 25. April 2002 08:17, Andrew Rich wrote: > 5. I have determined I was running a copy of PHP that did not have MYSQL > support compiled in. Yes, looks like this is an an very old version, without mysql-support. > 6. Could someone suggest where i could get a PHP copy that supports MYS

Re: Fatal Error: Call to undefined function: mysql_connect()

2002-04-24 Thread Donna Robinson
> 1. I found I had a RPM Install of PHP and a compiled version. (Off my book > cdrom) :-(( happened to me 2 > 4. I want to start from scratch but don't want to have to re-format nah. you've rpm -e'd the rpm. I had to build from scratch to compile mysql + php in as I couldn't find an off-the-she