|
#33
| |||
| |||
| Okay I have offically setup a Mirror to get the mysql package: You can download it here: http://www.machowto.com/mysql-3.32.47.pkg.tar Sorry about that folks~
__________________ 12" PowerBook G4: 1.5Ghz, 768MB/RAM, 60GB HDD, Combo Drive, 64MB GeforceFX 2 Go, Airport Extreme + BT Quicksilver G4: 1.53Ghz G4, 1GB/RAM, 160GB HDD, SuperDrive, Radeon 9800 Pro (128MB), Airport Card, AppleVision 850AV, Applevision 1710AV PowerMac G3 Server: 400Mhz G3, 512MB/RAM, Dual 40GB RAID 0, Dual 80GB RAID 0, 40GB Boot Drive, DVD/CD Optical Drive, Ultra2 SCSI Card hooked to a DDS-4 Tape Drive, No Monitor PowerMac 8500: Vintage |
|
#34
| |||
| |||
| thanks for the quick reply. Everything's running smooth now. thanks. - dm ![]() |
|
#35
| |||
| |||
| So, mysql's great, now php won't work. Thanks for the great help on mysql. It works fantastically! Now, php is not working. I have done all of the steps exactly, and it appears that apache is configured (at least partially) because I get this in the error_log when I do a graceful restart: [Mon Mar 11 11:31:10 2002] [notice] Apache/1.3.22 (Darwin) PHP/4.1.2 configured -- resuming normal operations I am trying to test it with a document called test.php containing: <?php phpinfo() ?> help! - dm |
|
#36
| |||
| |||
| Use this script ################ #Php Information Page # ################ <?php phpinfo(); ?> ~Yoshi
__________________ 12" PowerBook G4: 1.5Ghz, 768MB/RAM, 60GB HDD, Combo Drive, 64MB GeforceFX 2 Go, Airport Extreme + BT Quicksilver G4: 1.53Ghz G4, 1GB/RAM, 160GB HDD, SuperDrive, Radeon 9800 Pro (128MB), Airport Card, AppleVision 850AV, Applevision 1710AV PowerMac G3 Server: 400Mhz G3, 512MB/RAM, Dual 40GB RAID 0, Dual 80GB RAID 0, 40GB Boot Drive, DVD/CD Optical Drive, Ultra2 SCSI Card hooked to a DDS-4 Tape Drive, No Monitor PowerMac 8500: Vintage |
|
#37
| |||
| |||
| I had the same problem a lisamac, and this solved the problem for me.. I just ran steps 6 and 7 again after I rebooted, and I could access my databases. Type "cd /usr/local/mysql" type "sudo chown -R mysql /usr/local/mysql/*" type "sudo ./bin/safe_mysqld --user=mysql &" then type "mysql test" to use the database test in mysql. I just hope I don't have to run this every time I reboot, anyone know how to have it automaticaly initiate at startup? -Eric Last edited by Nitro; May 8th, 2002 at 05:12 PM. |
|
#38
| |||
| |||
| Some PHP Problems Nevermind Last edited by jkestr; March 26th, 2002 at 09:04 PM. |
|
#39
| |||
| |||
| i've been able to install mysql and query the sever. however, i seem to be unable to shut it down or make any password changes. i get the "access denied for user: '@localhost'. i've checked the manual included with the distribution and the web and am stuck. when i tried to set a password for the root account using "mysqladmin password" it told me i was "using mysql as an anonymous users and anonymous users are not allowed to change passwords" any help would be greatly appreciated. thanks! |
|
#40
| |||
| |||
| Come to irc and we can help you as this requires a lot of typing ![]() ~Yoshi
__________________ 12" PowerBook G4: 1.5Ghz, 768MB/RAM, 60GB HDD, Combo Drive, 64MB GeforceFX 2 Go, Airport Extreme + BT Quicksilver G4: 1.53Ghz G4, 1GB/RAM, 160GB HDD, SuperDrive, Radeon 9800 Pro (128MB), Airport Card, AppleVision 850AV, Applevision 1710AV PowerMac G3 Server: 400Mhz G3, 512MB/RAM, Dual 40GB RAID 0, Dual 80GB RAID 0, 40GB Boot Drive, DVD/CD Optical Drive, Ultra2 SCSI Card hooked to a DDS-4 Tape Drive, No Monitor PowerMac 8500: Vintage |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP / MySQL | Nynaeve | Mac OS X System & Mac Software | 6 | December 21st, 2005 04:59 PM |
| PHP & mySQL revisited: Help needed | MacLuv | Design & Media | 4 | December 2nd, 2002 10:41 AM |
| PHP + MySQL running but not ZLIB | lashampoo | Mac OS X System & Mac Software | 2 | October 8th, 2001 05:58 PM |