From: Unix N. <uni...@ea...> - 2002-04-04 06:16:24
|
Hello all! I have a question that is probably pretty basic. I have a Mac OS X 10.1.3 G4 that I am trying to set up phpESP on. I have successfully installed mysql as well as the php modules into Apache. (I know this because I can load the test.php page and get the info from it, as well as start the safe_mysqld successfully) Now, I have run into some problems with the phpESP site when it comes to loading index.php. I have followed the directions as best I could (edited all the usr/local/ib... files to reflect the correct paths as it said in the readme) however when I go to load it I get an error HTTP: 503. I think my problem has to do with mysql permissions. I know I needed to set up a mysql user (beyond the Darwin OS one, that one I created and made the group, etc) and assign the database priveleges, but I haven't the foggiest clue how to do that! After searching on the net, I followed some site instructions that where made for mysql on a win32 platform and I have no clue if they worked or not. Any help, docs, or urls would be really appreciated! Thanks! Terence |
From: Sean M A. <sea...@gr...> - 2002-04-04 14:36:57
|
What do your apache logs say? As far as mysql administration, you can have a look at http://www.mysql.com/doc/U/s/User_Account_Management.html for help in general with mysql users (which don't need to have any relation to operating system users). Also, since you've got PHP running, you might want to look into using phpMyAdmin to manage your MySQL database(s). It will provide you with a good interface for mysql if you're not up on what can be the seemingly cryptic command line operations inside mysql. You can find it at http://phpwizard.net/projects/phpMyAdmin/index.html On Tue, 2002-04-02 at 01:17, Unix Newbie wrote: > > > Hello all! > > I have a question that is probably pretty basic. I have a Mac OS X > 10.1.3 G4 that I am trying to set up phpESP on. I have successfully > installed mysql as well as the php modules into Apache. (I know this > because I can load the test.php page and get the info from it, as well > as start the safe_mysqld successfully) > > Now, I have run into some problems with the phpESP site when it comes > to loading index.php. I have followed the directions as best I could > (edited all the usr/local/ib... files to reflect the correct paths as it > said in the readme) however when I go to load it I get an error HTTP: > 503. > > I think my problem has to do with mysql permissions. I know I needed to > set up a mysql user (beyond the Darwin OS one, that one I created and > made the group, etc) and assign the database priveleges, but I haven't > the foggiest clue how to do that! After searching on the net, I followed > some site instructions that where made for mysql on a win32 platform and > I have no clue if they worked or not. > > > Any help, docs, or urls would be really appreciated! Thanks! > > > Terence -- Sean M. Alderman ITRACK Systems Analyst PACE/NCI - NASA Glenn Research Center (216) 433-2795 Calling a windowed operating system "Windows" is like naming an automobile "Wheels." |
From: Unix N. <uni...@ea...> - 2002-04-05 05:49:19
|
Thanks, after reading those docs off the mysql website I was able to set it up. The whole problem I was running into is I somehow missed that you had to type in mysql from the <install root>/bin directory before you could do the other commands! Thanks for the help, the rest was pretty straightforeward and the site is running great! On Thu, 2002-04-04 at 06:36, Sean M Alderman wrote: > What do your apache logs say? As far as mysql administration, you can > have a look at http://www.mysql.com/doc/U/s/User_Account_Management.html > for help in general with mysql users (which don't need to have any > relation to operating system users). Also, since you've got PHP > running, you might want to look into using phpMyAdmin to manage your > MySQL database(s). It will provide you with a good interface for mysql > if you're not up on what can be the seemingly cryptic command line > operations inside mysql. You can find it at > http://phpwizard.net/projects/phpMyAdmin/index.html > > On Tue, 2002-04-02 at 01:17, Unix Newbie wrote: > > > > > > Hello all! > > > > I have a question that is probably pretty basic. I have a Mac OS X > > 10.1.3 G4 that I am trying to set up phpESP on. I have successfully > > installed mysql as well as the php modules into Apache. (I know this > > because I can load the test.php page and get the info from it, as well > > as start the safe_mysqld successfully) > > > > Now, I have run into some problems with the phpESP site when it comes > > to loading index.php. I have followed the directions as best I could > > (edited all the usr/local/ib... files to reflect the correct paths as it > > said in the readme) however when I go to load it I get an error HTTP: > > 503. > > > > I think my problem has to do with mysql permissions. I know I needed to > > set up a mysql user (beyond the Darwin OS one, that one I created and > > made the group, etc) and assign the database priveleges, but I haven't > > the foggiest clue how to do that! After searching on the net, I followed > > some site instructions that where made for mysql on a win32 platform and > > I have no clue if they worked or not. > > > > > > Any help, docs, or urls would be really appreciated! Thanks! > > > > > > Terence > -- > Sean M. Alderman > ITRACK Systems Analyst > PACE/NCI - NASA Glenn Research Center > (216) 433-2795 > > Calling a windowed operating system "Windows" is like naming an > automobile "Wheels." > > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general |