Struggling with new server - keeps stopping

eric rivas6 years ago
[root@gf1 traccar]# mysql -h localhost -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 30441
Server version: 5.1.73 Source distribution

Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> show engines ;
+------------+---------+------------------------------------------------------------+--------------+------+------------+
| Engine     | Support | Comment                                                    | Transactions | XA   | Savepoints |
+------------+---------+------------------------------------------------------------+--------------+------+------------+
| MRG_MYISAM | YES     | Collection of identical MyISAM tables                      | NO           | NO   | NO         |
| CSV        | YES     | CSV storage engine                                         | NO           | NO   | NO         |
| MyISAM     | YES     | Default engine as of MySQL 3.23 with great performance     | NO           | NO   | NO         |
| InnoDB     | DEFAULT | Supports transactions, row-level locking, and foreign keys | YES          | YES  | YES        |
| MEMORY     | YES     | Hash based, stored in memory, useful for temporary tables  | NO           | NO   | NO         |
+------------+---------+------------------------------------------------------------+--------------+------+------------+
5 rows in set (0.11 sec)

mysql>
eric rivas6 years ago

Hmm, Nope ........

7-12-07 16:59:34  INFO: [E203B259] connected
2017-12-07 16:59:34 DEBUG: [E203B259: 5001 < 190.104.131.244] HEX: 23232c696d65693a3836383638333032343634303037342c413b
2017-12-07 16:59:34 DEBUG: [E203B259: 5001 > 190.104.131.244] HEX: 4c4f4144
2017-12-07 17:00:32  INFO: [9C7C8EF1] connected
2017-12-07 17:00:33 DEBUG: [9C7C8EF1: 5001 < 190.104.131.133] HEX: 23232c696d65693a3836383638333032343634303037342c413b
2017-12-07 17:00:33 DEBUG: [9C7C8EF1: 5001 > 190.104.131.133] HEX: 4c4f4144
2017-12-07 17:01:29  INFO: [99F90D61] connected
2017-12-07 17:01:29 DEBUG: [99F90D61: 5001 < 190.104.131.142] HEX: 23232c696d65693a3836383638333032343634303037342c413b
2017-12-07 17:01:29 DEBUG: [99F90D61: 5001 > 190.104.131.142] HEX: 4c4f4144
2017-12-07 17:02:25  INFO: [4AAF8BD4] connected
2017-12-07 17:02:25 DEBUG: [4AAF8BD4: 5001 < 190.104.131.140] HEX: 23232c696d65693a3836383638333032343634303037342c413b
2017-12-07 17:02:25 DEBUG: [4AAF8BD4: 5001 > 190.104.131.140] HEX: 4c4f4144
2017-12-07 17:03:21  INFO: Shutting down server...
2017-12-07 17:03:22  INFO: [C33FE4F2] disconnected
2017-12-07 17:03:22  INFO: [99F90D61] disconnected
2017-12-07 17:03:22  INFO: [E203B259] disconnected
2017-12-07 17:03:22  INFO: [4AAF8BD4] disconnected
2017-12-07 17:03:22  INFO: [9C7C8EF1] disconnected
Anton Tananaev6 years ago

From your log I can see that you terminated server yourself using CTRL+C.

eric rivas6 years ago

Oh! Man; My bad..... Well, I started it again and see if it stays online for at least 24 Hs. Btw, thanks for sharing your work, and for your help. The world need more guys like you ....

eric rivas6 years ago

It didn’t work, could you help me ?

Anton Tananaev6 years ago

I definitely won't be able to help if you don't provide any more information other than "it didn't work".

eric rivas6 years ago

I wrote that because everything I know is showed in the previous comments, and last result is the same as before :(

Anton Tananaev6 years ago

Is process running? If not, what's the exit code? What's in the standard output? Memory status? etc etc

If you want some help you have to provide all the information that you can think of that can be even remotely relevant. Next time if all you say "it doesn't work", don't expect any reply.