Re: tutorial sites

2006-01-08 Thread Conor McTernan
If you're learning PHP I'd take a look at http://www.phpbuilder.com.
They have a lot of good atricles and tutorials on setting it up and
things you can do with it. I pretty much thought myself PHP through
that site a couple of years back. They have pretty active forums if
you have any questions covered in the articles. They cover most of the
basics, like setting up Apache/PHP/MySQL

For MySQL you cant go far wrong with the reference manual
http://dev.mysql.com/doc/.

Good luck,

Conor

On 1/8/06, Jon  Miller [EMAIL PROTECTED] wrote:
 Does anyone know of some good tutorial sites of using Apache, PHP and MySQL.? 
  Just starting out and want to create a website (mine) where I can change up 
 the data as often as I.

 Thanks

 Jon L. Miller,  ASE, CNS, CLS, MCNE, CCNA
 Director/Sr Systems Consultant
 MMT Networks Pty Ltd
 http://www.mmtnetworks.com.au
 Resellers for: Novell Gold Partner, Cisco Partner, Peopletelecom, Westnet, 
 Sophos Anti-Virus,

 I don't know the key to success, but the key to failure
  is trying to please everybody. -Bill Cosby




 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]




Re: tutorial sites

2006-01-08 Thread Ligaya Turmelle
google on any and all: codewalkers, phpfreaks, sitepoint, zend, onlamp, 
devnetwork, phpbuilder, and of course look at all their manuals/docs.


Jon Miller wrote:

Does anyone know of some good tutorial sites of using Apache, PHP and MySQL.?  
Just starting out and want to create a website (mine) where I can change up the 
data as often as I.

Thanks

Jon L. Miller,  ASE, CNS, CLS, MCNE, CCNA
Director/Sr Systems Consultant
MMT Networks Pty Ltd
http://www.mmtnetworks.com.au
Resellers for: Novell Gold Partner, Cisco Partner, Peopletelecom, Westnet, Sophos Anti-Virus, 


I don't know the key to success, but the key to failure
 is trying to please everybody. -Bill Cosby






--

life is a game... so have fun.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

tutorial sites

2006-01-07 Thread Jon Miller
Does anyone know of some good tutorial sites of using Apache, PHP and MySQL.?  
Just starting out and want to create a website (mine) where I can change up the 
data as often as I.

Thanks

Jon L. Miller,  ASE, CNS, CLS, MCNE, CCNA
Director/Sr Systems Consultant
MMT Networks Pty Ltd
http://www.mmtnetworks.com.au
Resellers for: Novell Gold Partner, Cisco Partner, Peopletelecom, Westnet, 
Sophos Anti-Virus, 

I don't know the key to success, but the key to failure
 is trying to please everybody. -Bill Cosby




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Good tutorial sites

2001-02-15 Thread Thiru


I have got the same confg and works perfect. WinNT  Linux MySQL.
Why dont U directly edit the user table of mysql DB.

Let Host be '%' and give some username  password.
mysql insert into mysql.user 
values('%','username',password('passwd'),'Y','Y','Y');

For test purpose let all priv fields be 'Y'.

Then try again it shud work.

Cheers!

Thiru

On Thu, 15 Feb 2001 22:28:31 -0700
"Mike" [EMAIL PROTECTED] wrote:

- Hi All
-
- Where are some good tutorial sites for beginners in the MySQL World. I read
- the man pages as sugested but I am stuck on the GRANT HOST issues. I am
- connecting my NT MyODBC to my LINUX's MySQL Server.
-
- I tried
- mysql GRANT ...
-ON *.*
-TO myusername@"%100.100.100.1"
-IDENTIFIED BY 'mypassword';
-
-
- but I get a syntax error.
-
- Good news is I figured out how to build tablesg
- /'^'\
-( o o )
- ---oOOO--(_)--OOOo--
-
-   Mike Benzel
-  ---
- To err is human, to really foul things up requires a computer.
- .oooO
- (   )   Oooo.
- -\ ((   )---
-   \_)) /
- (_/
-
-
- -
- Before posting, please check:
-http://www.mysql.com/manual.php   (the manual)
-http://lists.mysql.com/   (the list archive)
-
- To request this thread, e-mail [EMAIL PROTECTED]
- To unsubscribe, e-mail [EMAIL PROTECTED]
- Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
-
-

‚”‚—l‚‚B
‚I
---
  ƒT[ƒrƒXŠJ”•”
  ƒpƒeƒB@(a) ƒeƒBƒ‹
  “|2402
---

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: Good tutorial sites -- It's working TY

2001-02-15 Thread Mike

Thanks for the info..it's working great here now.. Had to boot the windoze
to get it right.

Next I just have to get my ASTA Server and Client hooked in and I am good to
go..did a small test  and it seemed to be fine

If anyone happens to be Delphi type go to
http://www.astatech.com/support/servers.htm and download the MySQL Server
there..


Cheers

Mike

-Original Message-
From: Thiru [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 10:42 PM
To: Mike
Cc: Mysql
Subject: Re: Good tutorial sites



I have got the same confg and works perfect. WinNT  Linux MySQL.
Why dont U directly edit the user table of mysql DB.

Let Host be '%' and give some username  password.
mysql insert into mysql.user
values('%','username',password('passwd'),'Y','Y','Y');

For test purpose let all priv fields be 'Y'.

Then try again it shud work.

Cheers!

Thiru

On Thu, 15 Feb 2001 22:28:31 -0700
"Mike" [EMAIL PROTECTED] wrote:

- Hi All
-
- Where are some good tutorial sites for beginners in the MySQL World. I
read
- the man pages as sugested but I am stuck on the GRANT HOST issues. I am
- connecting my NT MyODBC to my LINUX's MySQL Server.
-
- I tried
- mysql GRANT ...
-ON *.*
-TO myusername@"%100.100.100.1"
-IDENTIFIED BY 'mypassword';
-
-
- but I get a syntax error.
-
- Good news is I figured out how to build tablesg
- /'^'\
-( o o )
- ---oOOO--(_)--OOOo---
---
-
-   Mike Benzel
-  ---
- To err is human, to really foul things up requires a computer.
- .oooO
- (   )   Oooo.
- -\
---(   )---
-   \_)) /
- (_/
-
-
- -
- Before posting, please check:
-http://www.mysql.com/manual.php   (the manual)
-http://lists.mysql.com/   (the list archive)
-
- To request this thread, e-mail [EMAIL PROTECTED]
- To unsubscribe, e-mail
[EMAIL PROTECTED]
- Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
-
-

‚”‚—l‚‚B
‚I
---
  ƒT[ƒrƒXŠJ”•”
  ƒpƒeƒB@(a) ƒeƒBƒ‹
  “|2402
---

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php