[PHP-DB] problem with grant

2002-05-11 Thread andy
Hi there, I am trying to understand the use of grant. do have some probs. Maybe someone can give me hint.. I did try this command: grant all privileges on *.* to [EMAIL PROTECTED] (xxx... = ip adress) Then I did try to connect from this remote machine to the server using this user The errormsg

Re: [PHP-DB] problem with grant

2002-05-11 Thread Jason Wong
On Saturday 11 May 2002 19:19, andy wrote: Hi there, I am trying to understand the use of grant. do have some probs. Maybe someone can give me hint.. I did try this command: grant all privileges on *.* to [EMAIL PROTECTED] (xxx... = ip adress) Then I did try to connect from this remote

Re: [PHP-DB] problem with grant

2002-05-11 Thread andy
can you send me the link for the english mysql user group, please. I did search a while for this link on mysql.com but did not find any. Thanx in advance, Andy Jason Wong [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED]... On Saturday 11 May 2002 19:19, andy wrote: Hi

Re: [PHP-DB] problem with grant

2002-05-11 Thread Jason Wong
On Saturday 11 May 2002 21:37, andy wrote: can you send me the link for the english mysql user group, please. I did search a while for this link on mysql.com but did not find any. I can't believe you have searched very hard :) google - mysql mailing list -- Jason Wong - Gremlins Associates

[PHP-DB] Syncing two tables in mysql

2002-05-11 Thread Thomas \omega\ Henning
Hey all, Is there a way i can sync two tables in mysql on two totaly different servers over the internet via php4 or mysql? I'm using php4.0.6 thanks Thomas omega Henning -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Syncing two tables in mysql

2002-05-11 Thread Jason Wong
On Sunday 12 May 2002 01:34, Thomas \omega\ Henning wrote: Hey all, Is there a way i can sync two tables in mysql on two totaly different servers over the internet via php4 or mysql? I'm using php4.0.6 mysql has it's own replication mechanism. -- Jason Wong - Gremlins Associates -

[PHP-DB] Easy one for you guru's :-)

2002-05-11 Thread Dave Carrera
Hi All Can someone breakdown the logic of adding and subtracting products to a shopping cart using sessions. I can't quite get the logic so something in plain English would help very much. Any helpful advice, pointers or even code examples are very much appreciated. Thank you

[PHP-DB] Pestgres+ Perl

2002-05-11 Thread Sabina Schneider
I wanted to know how I can do to create a database from php if it is not created from Postgres. Another problem is how to insert Perl code in php or how can I do to call a perl program from the web. Thank in advance!! Sabina Alejandra Schneider[EMAIL PROTECTED]

RE: [PHP-DB] Easy one for you guru's :-)

2002-05-11 Thread Peter Lovatt
I have one that uses a database, is that any use, or do you specifically want a php session based bit of coding?? Peter --- Excellence in internet and open source software --- Sunmaia www.sunmaia.net [EMAIL

Re: [PHP-DB] Getting error using mssql_next_result

2002-05-11 Thread Khalid A.S.
Hello.. If I'm not wrong, it should be : mysql_connect not mssql_connect unless you've defined a function somewhere... - Original Message - From: Jason Wong To: [EMAIL PROTECTED] Sent: Thursday, May 09, 2002 3:44 p Subject: Re: [PHP-DB] Getting error using

Re: [PHP-DB] Getting error using mssql_next_result

2002-05-11 Thread Glenn Sieb
At 01:37 AM 5/11/2002 +0300, Khalid A.S. posted the following... Hello.. If I'm not wrong, it should be : mysql_connect not mssql_connect unless you've defined a function somewhere... If your'e connecting to a MySQL database, yes, but if you're connecting to a MS SQL database, then he's

Re: [PHP-DB] Syncing two tables in mysql

2002-05-11 Thread Thomas \omega\ Henning
And how can i use it? Jason Wong [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... On Sunday 12 May 2002 01:34, Thomas \omega\ Henning wrote: Hey all, Is there a way i can sync two tables in mysql on two totaly different servers over the internet via php4 or mysql? I'm using