Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vassilis3

Pages: [1]
1
Apache / Re: problem to start apache
« on: January 24, 2018, 11:37:25 AM »
solved but new problem apeared
solution
http://forum.centos-webpanel.com/apache/apache-error-after-rebuild/

new problem
unable to log in phpmyadmin

phpmyadmin error you should upgrade to mysql 5.5.0 or later
I run 5.6 !
any help?

2
Apache / Re: problem to start apache
« on: January 23, 2018, 06:44:07 PM »
[root@CentOS-68-64-minimal ~]# cat /usr/local/apache/conf/sharedip.conf
<VirtualHost 88.99.82.25:80>
    ServerName 88.99.82.25
    DocumentRoot /usr/local/apache/htdocs
    ServerAdmin info@centos-webpanel.com
    <IfModule mod_suphp.c>
        suPHP_UserGroup nobody nobody
    </IfModule>
    <Proxy "*">
        <IfModule mod_security2.c>
            SecRuleEngine Off
        </IfModule>
    </Proxy>
    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^88.99.82.25$
    RewriteCond %{HTTP_HOST} ^webmail.
    RewriteRule ^/(.*) http://127.0.0.1:2095/$1 [P]
</VirtualHost>
<Directory "/">
        AllowOverride All
        Require all granted
</Directory>
NameVirtualHost 172.31.1.100:80
[root@CentOS-68-64-minimal ~]#

3
Apache / problem to start apache
« on: January 23, 2018, 05:51:30 PM »
Hello
Unable to start apache

Stopping httpd: [FAILED]
Starting httpd: AH00526: Syntax error on line 8 of /usr/local/apache/conf/sharedip.conf:
Invalid command '

Try to rebuild no luck
try yum remove cwp-httpd
yum install cwp-httpd
no luck

Centos 6

4
CentOS 6 Problems / Re: Warning: [obfuscated]():....
« on: February 06, 2017, 09:36:35 PM »
you should create file with function phpinfo() in your domain public_html folder to see which php.ini file you have loaded and what is the limit set there

example: /home/USERNAME/public_html/testphp.php
Code: [Select]
<?php
phpinfo
();
?>

fotistikadotcom/phpinfo.php

5
CentOS 6 Problems / Re: Mod_security installed but not enabled
« on: February 03, 2017, 11:06:00 AM »
+1

6
Mod_Security / Re: CWP - How to enable Mod Security?
« on: February 03, 2017, 11:04:11 AM »
+1

7
CentOS 6 Problems / Re: Warning: [obfuscated]():....
« on: February 03, 2017, 10:42:21 AM »
Nice, 512mbs

 Fix? Or continued problems?

8
CentOS 6 Problems / Re: Warning: [obfuscated]():....
« on: February 03, 2017, 09:54:09 AM »
no (reboot) problem from 31/2/2017 until now

today I take an other error
Fatal error: Allowed memory size of ‎134217728 bytes exhausted (tried to allocate ‎12845211 bytes) in /home/foscom/public_html/libraries/joomla/cache/storage/file.php on line 123
and increase the PHP.ini
memory_limit = 256M to fix the above error



9
CentOS 6 Problems / Re: Warning: [obfuscated]():....
« on: February 02, 2017, 06:15:11 PM »
i think it a problem with upgrade packge. ... i dont know why

new
in mysqld.log
Code: [Select]
............
Modified db pages  8
Pending reads 0
Pending writes: LRU 0, flush list 8, single page 0
Pages read 20832, created 3918, written 57013
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
--------------
ROW OPERATIONS
--------------
8 queries inside InnoDB, 3 queries in queue
4 read views open inside InnoDB
Main thread process no. 14011, id 139946155288320, state: flushing buffer pool pages
Number of rows inserted 163203, updated 7829, deleted 4928, read 81771472
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================

=====================================
170202  8:37:17 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 5406, signal count 5381
Mutex spin waits 0, rounds 29197, OS waits 560
RW-shared spins 8522, OS waits 4182; RW-excl spins 681, OS waits 624
------------
TRANSACTIONS
------------
Trx id counter 0 5269057
Purge done for trx's n:o < 0 5268797 undo n:o < 0 0
History list length 6
LIST OF TRANSACTIONS FOR EACH SESSION:
---TRANSACTION 0 5267329, not started, process no 14011, OS thread id 139946276022016
MySQL thread id 15032, query id 2127030 localhost postfix
--------
FILE I/O
--------
I/O thread 0 state: waiting for i/o request (insert buffer thread)
I/O thread 1 state: waiting for i/o request (log thread)
I/O thread 2 state: waiting for i/o request (read thread)
I/O thread 3 state: waiting for i/o request (write thread)
Pending normal aio reads: 0, aio writes: 0,
 ibuf aio reads: 0, log i/o's: 0, sync i/o's: 0
Pending flushes (fsync) log: 0; buffer pool: 0
11250 OS file reads, 72543 OS file writes, 39565 OS fsyncs
0.05 reads/s, 16384 avg bytes/read, 2.50 writes/s, 1.60 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 44, seg size 46,
11785 inserts, 11785 merged recs, 1084 merges
Hash table size 17393, node heap has 3 buffer(s)
223.29 hash searches/s, 385.88 non-hash searches/s
---
LOG
---
Log sequence number 0 947847981
Log flushed up to   0 947847981
Last checkpoint at  0 947726246
0 pending log writes, 0 pending chkp writes
24704 log i/o's done, 1.20 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total memory allocated 22154498; in additional pool allocated 986112
Dictionary memory allocated 1125944
Buffer pool size   512
Free buffers       1
Database pages     508
Modified db pages  20
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages read 20833, created 3921, written 57095
0.05 reads/s, 0.15 creates/s, 4.10 writes/s
Buffer pool hit rate 1000 / 1000
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
1 read views open inside InnoDB
Main thread process no. 14011, id 139946155288320, state: sleeping
Number of rows inserted 163214, updated 7843, deleted 5065, read 81937172
0.55 inserts/s, 0.70 updates/s, 6.85 deletes/s, 8284.59 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream

10
CentOS 6 Problems / Re: Warning: [obfuscated]():....
« on: January 30, 2017, 12:27:33 PM »
same Here
Code: [Select]
161220 12:54:23 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
161220 12:54:23  InnoDB: Initializing buffer pool, size = 8.0M
161220 12:54:23  InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
161220 12:54:23  InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
161220 12:54:23  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...
161220 12:54:23  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: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
161220 12:54:23  InnoDB: Started; log sequence number 0 0
161220 12:54:23 [Note] Event Scheduler: Loaded 0 events
161220 12:54:23 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
161220 12:54:24 [Note] /usr/libexec/mysqld: Normal shutdown

161220 12:54:24 [Note] Event Scheduler: Purging the queue. 0 events
161220 12:54:24  InnoDB: Starting shutdown...
161220 12:54:28  InnoDB: Shutdown completed; log sequence number 0 44233
161220 12:54:28 [Note] /usr/libexec/mysqld: Shutdown complete

161220 12:54:28 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
161220 12:54:29 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
161220 12:54:29  InnoDB: Initializing buffer pool, size = 8.0M
161220 12:54:29  InnoDB: Completed initialization of buffer pool
161220 12:54:29  InnoDB: Started; log sequence number 0 44233
161220 12:54:29 [Note] Event Scheduler: Loaded 0 events
161220 12:54:29 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
161220 13:13:22 [Note] /usr/libexec/mysqld: Normal shutdown

161220 13:13:22 [Note] Event Scheduler: Purging the queue. 0 events
161220 13:13:22  InnoDB: Starting shutdown...
161220 13:13:26  InnoDB: Shutdown completed; log sequence number 0 103628
161220 13:13:26 [Note] /usr/libexec/mysqld: Shutdown complete

161220 13:13:26 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
161220 13:14:01 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
161220 13:14:01  InnoDB: Initializing buffer pool, size = 8.0M
161220 13:14:01  InnoDB: Completed initialization of buffer pool
161220 13:14:01  InnoDB: Started; log sequence number 0 103628
161220 13:14:01 [Note] Event Scheduler: Loaded 0 events
161220 13:14:01 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
170107 23:23:19 [Note] /usr/libexec/mysqld: Normal shutdown

170107 23:23:19 [Note] Event Scheduler: Purging the queue. 0 events
170107 23:23:19  InnoDB: Starting shutdown...
170107 23:23:20  InnoDB: Shutdown completed; log sequence number 0 103648
170107 23:23:20 [Note] /usr/libexec/mysqld: Shutdown complete

170107 23:23:20 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170107 23:23:58 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170107 23:23:58  InnoDB: Initializing buffer pool, size = 8.0M
170107 23:23:58  InnoDB: Completed initialization of buffer pool
170107 23:23:59  InnoDB: Started; log sequence number 0 103648
170107 23:23:59 [Note] Event Scheduler: Loaded 0 events
170107 23:23:59 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
170117 10:03:21 [Note] /usr/libexec/mysqld: Normal shutdown

170117 10:03:21 [Note] Event Scheduler: Purging the queue. 0 events
170117 10:03:21  InnoDB: Starting shutdown...
170117 10:03:26  InnoDB: Shutdown completed; log sequence number 0 429670741
170117 10:03:26 [Note] /usr/libexec/mysqld: Shutdown complete

170117 11:03:26 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170117 11:03:27 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170117 11:03:27  InnoDB: Initializing buffer pool, size = 8.0M
170117 11:03:27  InnoDB: Completed initialization of buffer pool
170117 11:03:27  InnoDB: Started; log sequence number 0 429670741
170117 11:03:27 [Note] Event Scheduler: Loaded 0 events
170117 11:03:27 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
170118  3:34:06 [Note] /usr/libexec/mysqld: Normal shutdown

170118  3:34:06 [Note] Event Scheduler: Purging the queue. 0 events
170118  3:34:08  InnoDB: Starting shutdown...
170118  3:34:12  InnoDB: Shutdown completed; log sequence number 0 491226394
170118  3:34:12 [Note] /usr/libexec/mysqld: Shutdown complete

170118 03:34:12 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170118 07:31:11 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170118  7:31:11  InnoDB: Initializing buffer pool, size = 8.0M
170118  7:31:11  InnoDB: Completed initialization of buffer pool
170118  7:31:11  InnoDB: Started; log sequence number 0 491226394
170118  7:31:11 [Note] Event Scheduler: Loaded 0 events
170118  7:31:11 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
170119  3:21:03 [Note] /usr/libexec/mysqld: Normal shutdown

170119  3:21:03 [Note] Event Scheduler: Purging the queue. 0 events
170119  3:21:05  InnoDB: Starting shutdown...
170119  3:21:06  InnoDB: Shutdown completed; log sequence number 0 497992165
170119  3:21:06 [Note] /usr/libexec/mysqld: Shutdown complete

170119 03:21:06 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170119 07:56:14 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170119  7:56:14  InnoDB: Initializing buffer pool, size = 8.0M
170119  7:56:14  InnoDB: Completed initialization of buffer pool
170119  7:56:14  InnoDB: Started; log sequence number 0 497992165
170119  7:56:14 [Note] Event Scheduler: Loaded 0 events
170119  7:56:14 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
170120  3:18:05 [Note] /usr/libexec/mysqld: Normal shutdown

170120  3:18:05 [Note] Event Scheduler: Purging the queue. 0 events
170120  3:18:07  InnoDB: Starting shutdown...
170120  3:18:11  InnoDB: Shutdown completed; log sequence number 0 512001736
170120  3:18:11 [Note] /usr/libexec/mysqld: Shutdown complete

170120 03:18:11 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170120 07:12:41 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170120  7:12:41  InnoDB: Initializing buffer pool, size = 8.0M
170120  7:12:41  InnoDB: Completed initialization of buffer pool
170120  7:12:41  InnoDB: Started; log sequence number 0 512001736
170120  7:12:41 [Note] Event Scheduler: Loaded 0 events
170120  7:12:41 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
170121  3:29:02 [Note] /usr/libexec/mysqld: Normal shutdown

170121  3:29:02 [Note] Event Scheduler: Purging the queue. 0 events
170121  3:29:04  InnoDB: Starting shutdown...
170121  3:29:05  InnoDB: Shutdown completed; log sequence number 0 576508052
170121  3:29:05 [Note] /usr/libexec/mysqld: Shutdown complete

170121 03:29:05 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170121 09:22:50 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170121  9:22:50  InnoDB: Initializing buffer pool, size = 8.0M
170121  9:22:50  InnoDB: Completed initialization of buffer pool
170121  9:22:50  InnoDB: Started; log sequence number 0 576508052
170121  9:22:50 [Note] Event Scheduler: Loaded 0 events
170121  9:22:50 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
170122  3:24:02 [Note] /usr/libexec/mysqld: Normal shutdown

170122  3:24:02 [Note] Event Scheduler: Purging the queue. 0 events
170122  3:24:04  InnoDB: Starting shutdown...
170122  3:24:07  InnoDB: Shutdown completed; log sequence number 0 584195826
170122  3:24:07 [Note] /usr/libexec/mysqld: Shutdown complete

170122 03:24:07 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170122 16:26:16 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170122 16:26:16  InnoDB: Initializing buffer pool, size = 8.0M
170122 16:26:16  InnoDB: Completed initialization of buffer pool
170122 16:26:16  InnoDB: Started; log sequence number 0 584195826
170122 16:26:16 [Note] Event Scheduler: Loaded 0 events
170122 16:26:16 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
170123  3:49:01 [Note] /usr/libexec/mysqld: Normal shutdown

170123  3:49:01 [Note] Event Scheduler: Purging the queue. 0 events
170123  3:49:03  InnoDB: Starting shutdown...
170123  3:49:05  InnoDB: Shutdown completed; log sequence number 0 595161537
170123  3:49:05 [Note] /usr/libexec/mysqld: Shutdown complete

170123 03:49:05 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170123 09:27:47 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170123  9:27:47  InnoDB: Initializing buffer pool, size = 8.0M
170123  9:27:47  InnoDB: Completed initialization of buffer pool
170123  9:27:47  InnoDB: Started; log sequence number 0 595161537
170123  9:27:47 [Note] Event Scheduler: Loaded 0 events
170123  9:27:47 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
170124  3:27:01 [Note] /usr/libexec/mysqld: Normal shutdown

170124  3:27:01 [Note] Event Scheduler: Purging the queue. 0 events
170124  3:27:03  InnoDB: Starting shutdown...
170124  3:27:05  InnoDB: Shutdown completed; log sequence number 0 598140560
170124  3:27:05 [Note] /usr/libexec/mysqld: Shutdown complete

170124 03:27:05 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170124 07:48:52 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170124  7:48:52  InnoDB: Initializing buffer pool, size = 8.0M
170124  7:48:52  InnoDB: Completed initialization of buffer pool
170124  7:48:52  InnoDB: Started; log sequence number 0 598140560
170124  7:48:52 [Note] Event Scheduler: Loaded 0 events
170124  7:48:52 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
170124 11:47:09 [Note] /usr/libexec/mysqld: Normal shutdown

170124 11:47:09 [Note] Event Scheduler: Purging the queue. 0 events
170124 11:47:09  InnoDB: Starting shutdown...
170124 11:47:14  InnoDB: Shutdown completed; log sequence number 0 598513357
170124 11:47:14 [Note] /usr/libexec/mysqld: Shutdown complete

170124 11:47:14 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170124 11:49:18 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170124 11:49:18  InnoDB: Initializing buffer pool, size = 8.0M
170124 11:49:18  InnoDB: Completed initialization of buffer pool
170124 11:49:18  InnoDB: Started; log sequence number 0 598513357
170124 11:49:18 [Note] Event Scheduler: Loaded 0 events
170124 11:49:18 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
170125  3:26:02 [Note] /usr/libexec/mysqld: Normal shutdown

170125  3:26:02 [Note] Event Scheduler: Purging the queue. 0 events
170125  3:26:04  InnoDB: Starting shutdown...
170125  3:26:07  InnoDB: Shutdown completed; log sequence number 0 600676808
170125  3:26:07 [Note] /usr/libexec/mysqld: Shutdown complete

170125 03:26:07 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170125 07:19:54 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170125  7:19:54  InnoDB: Initializing buffer pool, size = 8.0M
170125  7:19:54  InnoDB: Completed initialization of buffer pool
170125  7:19:54  InnoDB: Started; log sequence number 0 600676808
170125  7:19:54 [Note] Event Scheduler: Loaded 0 events
170125  7:19:54 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
170126  3:39:02 [Note] /usr/libexec/mysqld: Normal shutdown

170126  3:39:02 [Note] Event Scheduler: Purging the queue. 0 events
170126  3:39:04  InnoDB: Starting shutdown...
170126  3:39:07  InnoDB: Shutdown completed; log sequence number 0 612047283
170126  3:39:07 [Note] /usr/libexec/mysqld: Shutdown complete

170126 03:39:07 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170126 07:02:07 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170126  7:02:08  InnoDB: Initializing buffer pool, size = 8.0M
170126  7:02:08  InnoDB: Completed initialization of buffer pool
170126  7:02:08  InnoDB: Started; log sequence number 0 612047283
170126  7:02:08 [Note] Event Scheduler: Loaded 0 events
170126  7:02:08 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
170127  3:16:04 [Note] /usr/libexec/mysqld: Normal shutdown

170127  3:16:04 [Note] Event Scheduler: Purging the queue. 0 events
170127  3:16:06  InnoDB: Starting shutdown...
170127  3:16:09  InnoDB: Shutdown completed; log sequence number 0 627390071
170127  3:16:09 [Note] /usr/libexec/mysqld: Shutdown complete

170127 03:16:09 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170127 09:03:02 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170127  9:03:02  InnoDB: Initializing buffer pool, size = 8.0M
170127  9:03:02  InnoDB: Completed initialization of buffer pool
170127  9:03:02  InnoDB: Started; log sequence number 0 627390071
170127  9:03:02 [Note] Event Scheduler: Loaded 0 events
170127  9:03:02 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
170128  3:14:02 [Note] /usr/libexec/mysqld: Normal shutdown

170128  3:14:02 [Note] Event Scheduler: Purging the queue. 0 events
170128  3:14:04  InnoDB: Starting shutdown...
170128  3:14:07  InnoDB: Shutdown completed; log sequence number 0 834239967
170128  3:14:07 [Note] /usr/libexec/mysqld: Shutdown complete

170128 03:14:07 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170128 09:03:02 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170128  9:03:02  InnoDB: Initializing buffer pool, size = 8.0M
170128  9:03:02  InnoDB: Completed initialization of buffer pool
170128  9:03:02  InnoDB: Started; log sequence number 0 834239967
170128  9:03:02 [Note] Event Scheduler: Loaded 0 events
170128  9:03:02 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
170129  3:19:02 [Note] /usr/libexec/mysqld: Normal shutdown

170129  3:19:02 [Note] Event Scheduler: Purging the queue. 0 events
170129  3:19:04  InnoDB: Starting shutdown...
170129  3:19:08  InnoDB: Shutdown completed; log sequence number 0 840353381
170129  3:19:08 [Note] /usr/libexec/mysqld: Shutdown complete

170129 03:19:08 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170129 09:03:02 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170129  9:03:02  InnoDB: Initializing buffer pool, size = 8.0M
170129  9:03:02  InnoDB: Completed initialization of buffer pool
170129  9:03:02  InnoDB: Started; log sequence number 0 840353381
170129  9:03:02 [Note] Event Scheduler: Loaded 0 events
170129  9:03:02 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
170129 22:01:30 [Note] /usr/libexec/mysqld: Normal shutdown

170129 22:01:30 [Note] Event Scheduler: Purging the queue. 0 events
170129 22:01:30  InnoDB: Starting shutdown...
170129 22:01:33  InnoDB: Shutdown completed; log sequence number 0 845804581
170129 22:01:33 [Note] /usr/libexec/mysqld: Shutdown complete

170129 22:01:33 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170129 22:01:34 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170129 22:01:34  InnoDB: Initializing buffer pool, size = 8.0M
170129 22:01:34  InnoDB: Completed initialization of buffer pool
170129 22:01:34  InnoDB: Started; log sequence number 0 845804581
170129 22:01:34 [Note] Event Scheduler: Loaded 0 events
170129 22:01:34 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
170129 22:01:56 [Note] /usr/libexec/mysqld: Normal shutdown

170129 22:01:56 [Note] Event Scheduler: Purging the queue. 0 events
170129 22:01:56  InnoDB: Starting shutdown...
170129 22:01:59  InnoDB: Shutdown completed; log sequence number 0 845809291
170129 22:01:59 [Note] /usr/libexec/mysqld: Shutdown complete

170129 22:01:59 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170129 22:02:00 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170129 22:02:00  InnoDB: Initializing buffer pool, size = 8.0M
170129 22:02:00  InnoDB: Completed initialization of buffer pool
170129 22:02:00  InnoDB: Started; log sequence number 0 845809291
170129 22:02:00 [Note] Event Scheduler: Loaded 0 events
170129 22:02:00 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution

11
CentOS 6 Problems / Re: Warning: [obfuscated]():....
« on: January 21, 2017, 10:01:16 AM »
Same problem here
How did you solved the problem?

Pages: [1]