Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


Slain1

6 posts

Wannabe Geek


#115824 8-Apr-2013 15:38
Send private message

For the past week I have been trying to get wamp server fully running on Windows 8 the IPv4/v6 (commonly complained about)  issue I solved no problem (thanks google) but I just can't get the mySQL service to start and so the wamp tray icon remains orange.

I have tried both wamp server 2.2 (with multiple install attempts) and the 2.3 beta.

With each install attempt with both versions all the services started initially (on first launch) no prob but then after either "restarting all services" or shutting down wamp and re-launching results in mySQL refusing to start.

Restarting my machine was also of no help.

Googling around has not provided me any insight as to the cause of the problem or a point to start looking to solve the prob.



Any assistance would be fantastic.

Filter this topic showing only the reply marked as answer Create new topic
gnfb
2609 posts

Uber Geek

ID Verified

  #795097 8-Apr-2013 15:53
Send private message

I dont know if its the same but I had to reconfigure skype to get it to work
try by exiting skype then try starting




Is an English Man living in New Zealand. Not a writer, an Observer he says. Graham is a seasoned 'traveler" with his sometimes arrogant, but honest opinion on life. He loves the Internet!.

 

I have two shops online allshop.nz    patchpinflag.nz
Email Me




itxtme
2102 posts

Uber Geek


  #795099 8-Apr-2013 15:54
Send private message

Anything in the log files for mysql?

Slain1

6 posts

Wannabe Geek


  #795117 8-Apr-2013 16:32
Send private message

@ gnfb1234

I'm not running skype but I believe that that is a common issue with skype and apache both trying to use port 80.

@ itxtme

Below is the log (I only included the 1st error as it just repeats for each time I tried to start mySQL) I looked up the 87 error number and it is 'ERROR_INVALID_PARAMETER' but what parameter I have no idea.

The log:

130408 12:46:27 [Note] Plugin 'FEDERATED' is disabled.
130408 12:46:27 InnoDB: The InnoDB memory heap is disabled
130408 12:46:27 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130408 12:46:27 InnoDB: Compressed tables use zlib 1.2.3
130408 12:46:27 InnoDB: Initializing buffer pool, size = 128.0M
130408 12:46:27 InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
130408 12:46:27  InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
130408 12:46:27  InnoDB: Log file .\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
130408 12:46:28  InnoDB: Log file .\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: 127 rollback segment(s) active.
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
130408 12:46:29  InnoDB: Waiting for the background threads to start
130408 12:46:30 InnoDB: 1.1.8 started; log sequence number 0
130408 12:46:30 [Note] Event Scheduler: Loaded 0 events
130408 12:46:30 [Note] wampmysqld: ready for connections.
Version: '5.5.16-log'  socket: ''  port: 3306  MySQL Community Server (GPL)
130408 12:47:19 [Note] wampmysqld: Normal shutdown

130408 12:47:19 [Note] Event Scheduler: Purging the queue. 0 events
130408 12:47:19  InnoDB: Starting shutdown...
130408 12:47:19  InnoDB: Shutdown completed; log sequence number 1595675
130408 12:47:19 [Note] wampmysqld: Shutdown complete

130408 12:47:26 [Note] Plugin 'FEDERATED' is disabled.
130408 12:47:26 InnoDB: The InnoDB memory heap is disabled
130408 12:47:26 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130408 12:47:26 InnoDB: Compressed tables use zlib 1.2.3
130408 12:47:26 InnoDB: Initializing buffer pool, size = 128.0M
130408 12:47:26 InnoDB: Completed initialization of buffer pool
130408 12:47:26 InnoDB: highest supported file format is Barracuda.
130408 12:47:26  InnoDB: Operating system error number 87 in a file operation.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/operating-system-error-codes.html
InnoDB: File name .\ib_logfile0
InnoDB: File operation call: 'aio read'.
InnoDB: Cannot continue operation.



ubergeeknz
3344 posts

Uber Geek

Trusted
Vocus

  #795119 8-Apr-2013 16:37
Send private message

Is this a large disk using GPT?

If so maybe check out this bug:

http://bugs.mysql.com/bug.php?id=28913

Seems that setting

innodb_flush_method=normal

in the mysql config might be helpful.

Slain1

6 posts

Wannabe Geek


  #795128 8-Apr-2013 16:52
Send private message

@ubergeeknz

You are a Genius

Thanks

Seems to fix the prob (I can now access phpMyAdmin at least)

Now I just need to uninstall the 2.3beta and reinstall the stable 2.2 (not willing to develop on the beta) and make sure it works but still again.......... THANKS

Slain1

6 posts

Wannabe Geek


  #795146 8-Apr-2013 17:31
Send private message

Yup ubergeeknz's fix works



Just as an aside the device I am running it on (Asus TF810C) does not have a large disk (64GB solid state) but does use UEFI instead of Bios.

According to Wikipedia (http://en.wikipedia.org/wiki/GUID_Partition_Table#Windows:_32-bit_versions) 32bit windows doesn't support booting from GPT partitions/drives though it only mentions compatability up to windows 7 (mine is 32bit win8). 

Checking with "DISKPART> LIST DISK" It would seem that my drive is GPT so 32bit support must have been added with windows 8.


Again thanks for the assist in this.



ubergeeknz
3344 posts

Uber Geek

Trusted
Vocus

  #795212 8-Apr-2013 20:20
Send private message

Guess my google-fu was strong today.  Glad it helped :)

Filter this topic showing only the reply marked as answer Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.