RE: [PHP-DB] Basic MySQL question

2001-02-15 Thread austin govella / desire media

> Is the mysql server process running?  I assume this is a unix box of some
> sort.  Try "ps -ef | grep mysqld".  Get any results?

I get:

reeluniv  2221  1900  0 Jan30 ?00:00:00 ./mysqld
reeluniv    2221  0 Jan30 ?00:00:09 ./mysqld
reeluniv  2223    0 Jan30 ?00:00:00 ./mysqld
netdesig  4464 1  0 Jan31 ?00:00:00 [mysqld]
netdesig  4465  4464  0 Jan31 ?00:00:09 [mysqld]
netdesig  4466  4465  0 Jan31 ?00:00:00 [mysqld]
cemtekch  3729  3575  0 Feb01 ?00:00:00 [safe_mysqld]
objectac 20478 19025  0 Feb07 pts/500:00:00 grep mysqld

I'm assuming this tells me the processes the mysql daemon is running or has
run?

--- Austin Govella


-- 
PHP Database 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-DB] Basic MySQL question

2001-02-15 Thread Darryl Friesen

> At someone's advice, I found mysqladmin w/ "whereis mysqladmin" and later
> did ./bin/mysqladmin in the mysql installation dir (which got me a
printout
> of a bunch of commands for use with mysqladmin, but none of them worked),
> but I still can't get anywhere.

Is the mysql server process running?  I assume this is a unix box of some
sort.  Try "ps -ef | grep mysqld".  Get any results?


- Darryl

 --
  Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED]
  Education & Research Technology Services, http://gollum.usask.ca/
  Department of Computing Services,
  University of Saskatchewan
 --
  "Go not to the Elves for counsel, for they will say both no and yes"



-- 
PHP Database 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-DB] Basic MySQL question

2001-02-15 Thread austin govella / desire media

mysqladmin -u root create contacts

and

mysql -u root -p

Neither work. I get a "command not found" error for both.

At someone's advice, I found mysqladmin w/ "whereis mysqladmin" and later
did ./bin/mysqladmin in the mysql installation dir (which got me a printout
of a bunch of commands for use with mysqladmin, but none of them worked),
but I still can't get anywhere.

Thanks,
--- Austin Govella
Web designer, D. Hilton Associates, Inc.
Tel: (800) 367-0433, ext. 102
http://www.dhilton.com // http://www.e-hilton.com
* New! Online recruiting at http://jobs.dhilton.com

> -Original Message-
> From: Angerer, Chad [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 15, 2001 4:31 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP-DB] Basic MySQL question
>
>
> What code are you using to try and connect to the mySQL server?
>
> Chad
>
> -Original Message-
> From: austin govella / desire media [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 15, 2001 4:27 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] Basic MySQL question
>
>
> I'm starting a project using MySQL and PHP, but I'm having trouble
> connecting to to the MySQL server.
>
> I'm new to this, so how can I determine if I'm just being stupid
> or if MySQL
> was installed ioncorrectly?
>
> Many thanks,
> --- Austin Govella
> Web designer, D. Hilton Associates, Inc.
> Tel: (800) 367-0433, ext. 102
> http://www.dhilton.com // http://www.e-hilton.com
> * New! Online recruiting at http://jobs.dhilton.com
>
> > -Original Message-
> > From: Paul Clements [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, February 15, 2001 4:21 PM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-DB] Microsoft SQL Server and views
> >
> >
> > Hi,
> >
> > Sorry if this has been asked before but I've looked everywhere
> > and not found
> > the answer to the question
> > Can you access views from mssql_query?
> >
> > I seem to be getting Invalid Object Name reported back to me.
> >
> > Any help would be appreciated
> >
> > Thanks
> >
> > Paul Clements
> >
> >
> >
> > --
> > PHP Database 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]
> >
>
>
> --
> PHP Database 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]
>
> --
> PHP Database 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]
>


-- 
PHP Database 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-DB] Basic MySQL question

2001-02-15 Thread Angerer, Chad

What code are you using to try and connect to the mySQL server?

Chad

-Original Message-
From: austin govella / desire media [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 4:27 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Basic MySQL question


I'm starting a project using MySQL and PHP, but I'm having trouble
connecting to to the MySQL server.

I'm new to this, so how can I determine if I'm just being stupid or if MySQL
was installed ioncorrectly?

Many thanks,
--- Austin Govella
Web designer, D. Hilton Associates, Inc.
Tel: (800) 367-0433, ext. 102
http://www.dhilton.com // http://www.e-hilton.com
* New! Online recruiting at http://jobs.dhilton.com

> -Original Message-
> From: Paul Clements [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 15, 2001 4:21 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] Microsoft SQL Server and views
>
>
> Hi,
>
> Sorry if this has been asked before but I've looked everywhere
> and not found
> the answer to the question
> Can you access views from mssql_query?
>
> I seem to be getting Invalid Object Name reported back to me.
>
> Any help would be appreciated
>
> Thanks
>
> Paul Clements
>
>
>
> --
> PHP Database 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]
>


-- 
PHP Database 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]

-- 
PHP Database 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]




[PHP-DB] Basic MySQL question

2001-02-15 Thread austin govella / desire media

I'm starting a project using MySQL and PHP, but I'm having trouble
connecting to to the MySQL server.

I'm new to this, so how can I determine if I'm just being stupid or if MySQL
was installed ioncorrectly?

Many thanks,
--- Austin Govella
Web designer, D. Hilton Associates, Inc.
Tel: (800) 367-0433, ext. 102
http://www.dhilton.com // http://www.e-hilton.com
* New! Online recruiting at http://jobs.dhilton.com

> -Original Message-
> From: Paul Clements [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 15, 2001 4:21 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] Microsoft SQL Server and views
>
>
> Hi,
>
> Sorry if this has been asked before but I've looked everywhere
> and not found
> the answer to the question
> Can you access views from mssql_query?
>
> I seem to be getting Invalid Object Name reported back to me.
>
> Any help would be appreciated
>
> Thanks
>
> Paul Clements
>
>
>
> --
> PHP Database 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]
>


-- 
PHP Database 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]