Welcome Guest. Please Login or Register  


You are here: Index > AMPPS > General Support > Topic : Unable to install a script



Threaded Mode | Print  

 Unable to install a script (7 Replies, Read 18895 times)
comeback
Group: Member
Post Group: Newbie
Posts: 28
Status:
Hello,

I have Windows Vista, I installed AMMPS.

I can not install script, for example, if I install Wordpress I get this error message:

Quote
The following errors were found :

    The MySQL Connection could not be established.


Here is the log log MySQL:

Code
130823 23:09:54 [Note] Plugin 'FEDERATED' is disabled.
130823 23:09:54 InnoDB: The InnoDB memory heap is disabled
130823 23:09:54 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130823 23:09:54 InnoDB: Compressed tables use zlib 1.2.3
130823 23:09:54 InnoDB: Initializing buffer pool, size = 128.0M
130823 23:09:54 InnoDB: Completed initialization of buffer pool
130823 23:09:54  InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.
130823 23:10:03 [Note] Plugin 'FEDERATED' is disabled.
130823 23:10:03 InnoDB: The InnoDB memory heap is disabled
130823 23:10:03 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130823 23:10:03 InnoDB: Compressed tables use zlib 1.2.3
130823 23:10:03 InnoDB: Initializing buffer pool, size = 128.0M
130823 23:10:03 InnoDB: Completed initialization of buffer pool
130823 23:10:03 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
130823 23:10:03  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
130823 23:10:03  InnoDB: Waiting for the background threads to start
130823 23:10:04 InnoDB: 1.1.8 started; log sequence number 1595675
130823 23:10:04 [Note] Recovering after a crash using mysql-bin
130823 23:10:04 [Note] Starting crash recovery...
130823 23:10:04 [Note] Crash recovery finished.
130823 23:10:04 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
130823 23:10:04 [Note]  - '0.0.0.0' resolves to '0.0.0.0';
130823 23:10:04 [Note] Server socket created on IP: '0.0.0.0'.
130823 23:10:04 [Note] Event Scheduler: Loaded 0 events
130823 23:10:04 [Note] mysql\bin\mysqld.exe: ready for connections.
Version: '5.5.29-log'  socket: ''  port: 3306  MySQL Community Server (GPL)
130823 23:10:04  InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.


Here is the log log Apache:

Code
[Fri Aug 23 23:18:32.803591 2013] [mpm_winnt:notice] [pid 3420:tid 396] AH00455: Apache/2.4.3 (Win32) OpenSSL/0.9.8x PHP/5.3.20 mod_wsgi/3.4 Python/2.7.2 configured -- resuming normal operations
[Fri Aug 23 23:18:32.803591 2013] [mpm_winnt:notice] [pid 3420:tid 396] AH00456: Server built: Oct 16 2012 19:25:45
[Fri Aug 23 23:18:32.803591 2013] [core:notice] [pid 3420:tid 396] AH00094: Command line: 'apache\\bin\\httpd.exe -d C:/Program Files/Ampps/apache'
[Fri Aug 23 23:18:32.807591 2013] [mpm_winnt:notice] [pid 3420:tid 396] AH00418: Parent: Created child process 3868


Thank you for your help
IP: --   

Unable to install a script
ketan
Group: Member
Post Group: Working Member
Posts: 241
Status:
Hi,

Is MySQL started in Ampps?
Does your system have any other installation of MySQL?

-----------------------
Follow AMPPS on,
Twitter
Facebook
Google+
IP: --   

Unable to install a script
comeback
Group: Member
Post Group: Newbie
Posts: 28
Status:
MySql is started in Ampps.

There is no other MySQL system on my computer.

Thank you for your help
IP: --   

Unable to install a script
tidus
Group: Member
Post Group: Super Member
Posts: 1121
Status:
Hi,

Try Restarting MySQL and install WordPress again.

If it still gives the same error.

Try connecting through command line, follow the steps below to connect through command line:

Note : Replace "path\to\Ampps\mysql\bin\mysql.exe" with correct path. Eg "C:\Program Files\Ampps\mysql\bin\mysql.exe". And don't skip the double quotes.

1. Keep the mysql server running from Ampps.
2. Open Command Prompt (Start -> Run -> cmd)
3. "path\to\Ampps\mysql\bin\mysql.exe" -u root -p
4. Now it should ask for password like Enter Password:. Enter mysql if you have not changed the root password else enter the root password which you have changed to.

Now if you can see mysql> means you are connected.

Let us know the output.


-----------------------
Follow AMPPS on,
Twitter : https://twitter.com/AMPPS_Stack
Facebook :  http://www.facebook.com/softaculousampps
Google+ : https://plus.google.com/+AmppsStack
IP: --   

Unable to install a script
comeback
Group: Member
Post Group: Newbie
Posts: 28
Status:
I have an error message:
Code
Microsoft Windows [version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. Tous droits réservés.

C:\Users\Stephane>"C:\Program Files\Ampps\mysql\bin\mysql.exe" -u root -p
Enter password: *****
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)

IP: --   

Unable to install a script
tidus
Group: Member
Post Group: Super Member
Posts: 1121
Status:
Hi,

It seems MySQL server is not running.

Can you open a ticket by sending mail at support@ampps.com ? We will look into the issue.


-----------------------
Follow AMPPS on,
Twitter : https://twitter.com/AMPPS_Stack
Facebook :  http://www.facebook.com/softaculousampps
Google+ : https://plus.google.com/+AmppsStack
IP: --   

Unable to install a script
comeback
Group: Member
Post Group: Newbie
Posts: 28
Status:
MySQL works, look at the screenshot: Board Image
IP: --   

Unable to install a script
tidus
Group: Member
Post Group: Super Member
Posts: 1121
Status:
Quote From : comeback August 26, 2013, 9:24 am
MySQL works, look at the screenshot: Board Image


Restart MySQL once and try to run the previous command again.

Also check in services. (Start -> Run -> services.msc) Look for MySQL service. Stop that service and try restarting MySQL again.

Also please open a ticket. We will take a look into this issue.


-----------------------
Follow AMPPS on,
Twitter : https://twitter.com/AMPPS_Stack
Facebook :  http://www.facebook.com/softaculousampps
Google+ : https://plus.google.com/+AmppsStack
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is May 16, 2024, 4:33 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 10  |  Page Created In:0.023