RE: [PHP] PHP/MYSQL Connection trouble (charset)

2005-12-26 Thread Christian Ista
> From: Christian Ista [mailto:[EMAIL PROTECTED] File > 'c:\mysql\share\charsets\?.conf' not found (Errcode: 2) Character set > '#33' is not a compiled character set and is not specified in the > 'c:\mysql\share\charsets\Index' file Resource id #5 I answer to myself. In fact I reinstall MySQL

[PHP] PHP/MYSQL Connection trouble (charset)

2005-12-26 Thread Christian Ista
Hello, I Have MySQL 4.1.14 and 5.0.15 installed on my Windows XP Pro SP2. There are installed in D:\Tools\MySQL\MySQL Server 4.1.14 and MySQL Server 5.0.15 for the version 5. They work on port 3306 and 3307. When I try a DB connection, I receive this error: File 'c:\mysql\share\charsets\?.conf

RE: [PHP] php/mysql connection

2003-02-03 Thread John W. Holmes
> John, > I was under the impression that the mysql database had as default user > when > installed: > .. > anonymous > root > The last time I installed MySQL it had four default users, I think. > And that the _anonymous_ user could only create a database that began

Re: [PHP] php/mysql connection

2003-02-03 Thread Anthony Ritter
John W. Holmes wrote in message : > Because a default install of MySQL includes an anonymous user, one with > no username or password. There is also a root user with no password. > Read the MySQL manual on Installation and the GRANT command on how to > fix this. > > ---John W. Holmes... ..

RE: [PHP] php/mysql connection

2003-02-02 Thread John W. Holmes
Professionals. Get your copy today. http://www.phparch.com/ > -Original Message- > From: Anthony Ritter [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 02, 2003 3:16 PM > To: [EMAIL PROTECTED] > Subject: [PHP] php/mysql connection > > Newbie question and OT. Sorry. > >

[PHP] php/mysql connection

2003-02-02 Thread Anthony Ritter
Newbie question and OT. Sorry. I am able to conncet to a mysql server with the following call to mysql_connect(). $connect=@mysql_connect("","",""); There are no parameters in the function call. Why can I connect if there are no parameters? However, if I give mysqladmin the password of: goodpa

RE: [PHP] PHP-MySQL connection problem

2002-07-29 Thread Manisha
Hi, I tried to display phpinfo and I am getting following values display_errors On On display_startup_errors On On error_append_string no value no value error_logno value no value error_prepend_string no value

RE: [PHP] PHP-MySQL connection problem

2002-07-29 Thread John Holmes
> My server is running on shared server which has support for PHP 4.1.2. I > installed mySQL for our shared server. I also installed phpMyAdmin. Both > are running properly. But I am facing following problems > > 1) If there is any error in the script - It is not getting displayed - > screen is b

[PHP] PHP-MySQL connection problem

2002-07-28 Thread Manisha
Hi, My server is running on shared server which has support for PHP 4.1.2. I installed mySQL for our shared server. I also installed phpMyAdmin. Both are running properly. But I am facing following problems 1) If there is any error in the script - It is not getting displayed - screen is becom

RE: [PHP] PHP/mysql connection problem

2002-07-07 Thread Peter
> Hey all, this is probably more to do with Mysql but I figured i'd > ask here as well. > > The problem: > When connecting to the mysql server on the local machine its > fine, but when you connect to a remote machine > eg $db = mysql_connect("x.x.x.x", "user", "password"); > and reque

Re: [PHP] PHP/mysql connection problem

2002-07-07 Thread Chris Shiflett
Jo wrote: >The problem: >When connecting to the mysql server on the local machine its fine, but when you >connect to a remote machine >eg $db = mysql_connect("x.x.x.x", "user", "password"); >and request something from the database, it connects, BUT it takes about 5 minutes... > I have an idea,

[PHP] PHP/mysql connection problem

2002-07-07 Thread Jo
Hey all, this is probably more to do with Mysql but I figured i'd ask here as well. The problem: When connecting to the mysql server on the local machine its fine, but when you connect to a remote machine eg $db = mysql_connect("x.x.x.x", "user", "password"); and request something from the data