On Wed, 13 Jun 2001, Saisab Pradhan wrote:
>
> Hi,
>
> Can somebody tell me why I cannot use php3 with mysql? I have just
> installed mysql (3.23.38) on a linux 6.2 machine. It is working fine.
> PHP3 was already installed when I installed mysql. Does it have to be the
> other way round? t
On Tue, 12 Jun 2001, Neil Zanella wrote:
>
> On Tue, 12 Jun 2001, Martin Scherer wrote:
>
> > I am told that mysqladmin is not an understood command.
>
> Looks like you need to update your PATH variable.
>
Or one of the following:
$ /var/lib/mysql/bin/mysqladmin
$ cd /var/lib/mysql/bin
On Wed, 13 Jun 2001, Brian Walker wrote:
> mysqladmin: connect to server at 'localhost' failed error: 'Can't
> connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'
> (111)' Check that mysqld is running and that the socket:
> '/var/lib/mysql/mysql.sock' exists!
When this ha
On Sat, 19 May 2001, Dave Carter wrote:
> I'm converting an Access db to mySQL, and Access allows users to Insert
> Records into a table AND call them as well in the FROM clause. This is
> illeagal in ANSI SQL however and therefore illeagal in mySQL, but I don't
> know really how to get around
On Fri, 27 Apr 2001, Prasad Mhatre wrote:
> Dear All,
>
> Can anyone suggest a link where I can find a script in PHP3 to mal all users
> in MySQL database?
That's pretty simple, isn't it? Pull the usernames
from the table, then put mailto:$email>link
?> or something like that in a while loop
On Fri, 13 Apr 2001 [EMAIL PROTECTED] wrote:
> Hi,
>Can i make a user friendly interface for Sales people to make a
> contact to my data base on mysql running on my linux server.
Sure.
--
/"\
\ /ASCII RIBBON CAMPAIGN
X AGAINST HTML EMAIL
/ \AND POSTINGS
--
On Fri, 16 Mar 2001, Daniel Soto Armijo wrote:
> ¿Why the user interface of MySQL is very difficult? ¿Why is not more
> friendly like MS SQL Server user interface? I tried to use and configure
> MySQL and I get nothing.
H. I'll probably get flamed for this, but you wouldn't
be using eithe
On Wed, 28 Feb 2001, Decasto David wrote:
> can u tell us how to configure mysql , to support more
> connections.
safe_mysqld --set-variable=max_connections=n
--
/"\
\ /ASCII RIBBON CAMPAIGN
X AGAINST HTML EMAIL
/ \AND POSTINGS
On Sat, 17 Feb 2001, Artem Koutchine wrote:
> Aha, java is even better :)
Absolutely. I can't think of anything I'd rather do
than sit and wait for the browser to load the JVM.
--
/"\
\ /ASCII RIBBON CAMPAIGN
X AGAINST HTML EMAIL
/ \AND POSTINGS
On Sat, 17 Feb 2001, Nikhilesh Haval wrote:
> I want to store different file formats in a database like images (*.jpg)
> or audio files (*.mp3). Is it possible to do so in mysql?
>
Yeah, that's what BLOB is for--but why would you want
to do that? Why not just store the path in the table,
and
On Tue, 13 Feb 2001, Crystal D. Silver wrote:
> in the documentation about how to just plain DELETE everything in the
> database (i don't want to delete the installed database itself, just go back
> down to where there's nothing in it, so I can start over)...could somebody
> tell me what to do?
On Tue, 13 Feb 2001, Irmund Thum wrote:
> Rolf Hopkins schrieb:
> >
> > "^M"??? You sure it is that? Anyway, it is most likely to do with carriage
> > returns. Windows uses CR and LF to indicate a new line, while Linux and
> > Macs only use LF. Hopefully this will help. Don't know what yo
On Tue, 13 Feb 2001, Donald Korth wrote:
> The hosting company has given me a user name and passwd . When i log into my own
>site thro' a telnet session i 'm able to view all the databases created in the server
>that includes DBs not created by me . I also did a "USE DB" command to connect t
On Sat, 10 Feb 2001, Larry Marshall wrote:
> On issuing the command:
>
> rpm -i MySQL-32.23.32.-1.i386.rpm
>
> the following error listed:
I understand that mysql rpm that comes with RH7 is buggy.
I dowloaded the tarball and compiled it. Runs like a dream.
--
/"\
\ /ASCII RIBBON CAMP
On Sat, 10 Feb 2001, Mailing List Address wrote:
> Yes I tried that too... Same stupid stuff happening
Then have you tried creating the mysql db and
tables?
--
/"\
\ /ASCII RIBBON CAMPAIGN
X AGAINST HTML EMAIL
/ \AND POSTINGS
On Fri, 9 Feb 2001, Mailing List Address wrote:
> Help!
> [ ... ]
> 6 rows in set (0.00 sec)
> (The output should be mysql and test.)
Looks to me like you didn't run mysql_install_db
--
/"\
\ /ASCII RIBBON CAMPAIGN
X AGAINST HTML EMAIL
/ \AND POSTINGS
--
On Thu, 8 Feb 2001, Curtis, Lorenzo wrote:
> 2. Is there a detailed outline to use to compile Apache with PHP and mySQL
> effectively?
www.devshed.com/Server_Side/PHP/Soothingly_Seamless/print.html
--
/"\
\ /ASCII RIBBON CAMPAIGN
X AGAINST HTML EMAIL
/ \AND POSTINGS
--
On Wed, 7 Feb 2001, Carsten H. Pedersen wrote:
> ...but in this case, it means that PHP is trying
> to connect not through TCP/IP as other remote
> machines, but rather through a UNIX socket located
> on the machine as you have described above.
>
> It probably means that
> 1) PHP expects to f
I just tried connecting to the db from kmysql on
the same box--no way, no how. Same can't connect
error message, though I can connect remotely.
--
/"\
\ /ASCII RIBBON CAMPAIGN
X AGAINST HTML EMAIL
/ \AND POSTINGS
---
I just installed mysql 3.23.32 on my server and it
went without a hitch. I ran mysql_install_db, changed
the root password, started the server. I used GRANT
statements to create another user, then connected
as that user to the mysql client--no problem at all,
ran queries, etc.
But I wrote a PHP
20 matches
Mail list logo