RE: Can't figure out how to get it running

2005-09-04 Thread Rob Agar
hi Joe, You might be more comfortable using a GUI admin tool - look for MySql Administrator under Graphical Clients here http://dev.mysql.com/downloads/ Also, I *believe* php no longer ships with mysql support enabled. Make sure your php.ini file contains this line: extension=php_mysql.dll

Can't figure out how to get it running

2005-09-02 Thread Joe Herman
Hello, I am just getting started with MySql and PHP (previously was just designing web pages). I am very new to database-based web development. I installed IIS and PHP. I thought I installed MySQL as well but I can't tell if it is working or not. I was told if I make a phpinfo.php file and open

Re: Can't figure out how to get it running

2005-09-02 Thread Eric Mynes
The way I could tell that mysl is running is to (assuming that you are running windows): Click Start Click Run Type CMD Press Enter Type MYSQLADMIN PING Press Enter if you get the message mysqld is alive, then it is running Thanks, Eric Network Administrator West Virginia Federal Credit Union

RE: Can't figure out how to get it running

2005-09-02 Thread Joe Herman
[mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 12:35 PM To: Joe Herman Cc: mysql@lists.mysql.com Subject: Re: Can't figure out how to get it running The way I could tell that mysl is running is to (assuming that you are running windows): Click Start Click Run Type CMD Press Enter

RE: Can't figure out how to get it running

2005-09-02 Thread SGreen
:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 12:35 PM To: Joe Herman Cc: mysql@lists.mysql.com Subject: Re: Can't figure out how to get it running The way I could tell that mysl is running is to (assuming that you are running windows): Click Start Click Run Type CMD Press Enter