1. Look in the WAMP tray icon and make sure the Apache service has started. 2. Open your web browser and try going to: [localhost] 3. If that doesn't do anything, check in the WAMP tray icon for any error logs.
Posted by:
Star
(---.broadband-telecom.global-gateway.net.nz)
Date: December 08, 2006 02:15AM
hello thank you for your reply I can now access localhost but not phpadmin
Getting closer but not quiet there yet
InnoDB: The first specified data file .\ibdata1 did not exist: InnoDB: a new database to be created! 061208 13:15:52 InnoDB: Setting file .\ibdata1 size to 10 MB InnoDB: Database physically writes the file full: wait... 061208 13:15:52 InnoDB: Log file .\ib_logfile0 did not exist: new to be created InnoDB: Setting log file .\ib_logfile0 size to 10 MB InnoDB: Database physically writes the file full: wait... 061208 13:15:53 InnoDB: Log file .\ib_logfile1 did not exist: new to be created InnoDB: Setting log file .\ib_logfile1 size to 10 MB InnoDB: Database physically writes the file full: wait... InnoDB: Doublewrite buffer not found: creating new InnoDB: Doublewrite buffer created InnoDB: Creating foreign key constraint system tables InnoDB: Foreign key constraint system tables created 061208 13:15:54 InnoDB: Started; log sequence number 0 0 061208 13:15:54 [Note] c:\wamp\mysql\bin\mysqld-nt.exe: ready for connections. Version: '5.0.24a-community-nt' socket: '' port: 3306 MySQL Community Edition (GPL)
Posted by:
Star
(---.broadband-telecom.global-gateway.net.nz)
Date: December 08, 2006 02:20AM
OK up-date I can get into localhost and my learning php files that I bought from Llynda.com recommend the CD to all. But still cannot access myphpadmin I know I have to ccreate a database but I cannot get into it to create a user or edit permissions.
Hi Star, check the bottom of the MySQL Error Log file for any relevant info. Also make sure the MySQL service is running just like the Apache service. Both services need to be running for PHPMyAdmin to run properly.
If you continue to receive "cannot load MySQL extension" then perhaps it is simply not loaded. Look under the WAMP menu, PHP Settings, then slide over to PHP Extensions. PHP_MYSQL and PHP_MYSQLI should both have little arrows next to them indicating they are loaded. If they do not, try clicking on each to enable them. Then try PHPAdmin again.
If there are no PHP_MYSQL and PHP_MYSQLI extensions listed, let us know.