[PHP] mysql on php4.1.1 on my Win98SE laptop running PWS

2002-01-30 Thread Wilbert Enserink

Hi all,


maybe one of you can help me a bit in the right direction.
I just installed the windows self installer (php4.1.1) on my Win98SE laptop
running PWS. It is stated that it is cgi only and built in MySQL support.

I installed it succesfully, but now I want to create a MySQL db. anybody has
any clues how to do this? Is it just enough to write a php script in which
the mysql_create_db(localhost) statement is used?

and what about it's ports, sockets, passwords, usernames etc.??

Of course any push in the right direction is appreciated. Thx.

regards, Wilbert

- 
Pas de Deux 
Van Mierisstraat 25 
2526 NM Den Haag 
tel 070 4450855 
fax 070 4450852 
http://www.pdd.nl 
[EMAIL PROTECTED] 
-

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] mysql on php4.1.1 on my Win98SE laptop running PWS

2002-01-30 Thread Tony Bibbs

When PHP says it has MySQL support it is just that..support.  You still
have to install MySQL (www.mysql.com).  Assuming you have done that the
it is just a matter of reading the MySQL documentation.

--Tony

On Wed, 2002-01-30 at 08:28, Wilbert Enserink wrote:
 Hi all,
 
 
 maybe one of you can help me a bit in the right direction.
 I just installed the windows self installer (php4.1.1) on my Win98SE laptop
 running PWS. It is stated that it is cgi only and built in MySQL support.
 
 I installed it succesfully, but now I want to create a MySQL db. anybody has
 any clues how to do this? Is it just enough to write a php script in which
 the mysql_create_db(localhost) statement is used?
 
 and what about it's ports, sockets, passwords, usernames etc.??
 
 Of course any push in the right direction is appreciated. Thx.
 
 regards, Wilbert
 
 - 
 Pas de Deux 
 Van Mierisstraat 25 
 2526 NM Den Haag 
 tel 070 4450855 
 fax 070 4450852 
 http://www.pdd.nl 
 [EMAIL PROTECTED] 
 -
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]
-- 
Tony Bibbs | Life is a moderately good play
[EMAIL PROTECTED] | with a bad 3rd act.
515.554.8046   | 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]