rbthompsonv

Untitled

Feb 27th, 2015
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. robert@SERVER:~$ mysql -u root -p
  2. Enter password:
  3. Welcome to the MySQL monitor. Commands end with ; or \g.
  4. Your MySQL connection id is 37
  5. Server version: 5.5.41-0ubuntu0.14.04.1 (Ubuntu)
  6.  
  7. Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
  8.  
  9. Oracle is a registered trademark of Oracle Corporation and/or its
  10. affiliates. Other names may be trademarks of their respective
  11. owners.
  12.  
  13. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
  14.  
  15. mysql> SHOW DATABASES;
  16. +--------------------+
  17. | Database |
  18. +--------------------+
  19. | information_schema |
  20. | mysql |
  21. | performance_schema |
  22. +--------------------+
  23. 3 rows in set (0.00 sec)
  24.  
  25. mysql> SHOW DATABASES;
  26. +--------------------+
  27. | Database |
  28. +--------------------+
  29. | information_schema |
  30. | mysql |
  31. | performance_schema |
  32. +--------------------+
  33. 3 rows in set (0.00 sec)
  34.  
  35. mysql> q
  36. -> \q
  37. Bye
  38. robert@SERVER:~$ cd /var/log
  39. robert@SERVER:/var/log$ ls
  40. alternatives.log btmp kern.log speech-dispatcher
  41. alternatives.log.1 btmp.1 kern.log.1 syslog
  42. apache2 ConsoleKit kern.log.2.gz syslog.1
  43. apport.log cups kern.log.3.gz syslog.2.gz
  44. apport.log.1 dist-upgrade kern.log.4.gz syslog.3.gz
  45. apport.log.2.gz dmesg lastlog syslog.4.gz
  46. apport.log.3.gz dmesg.0 lightdm syslog.5.gz
  47. apport.log.4.gz dmesg.1.gz mysql syslog.6.gz
  48. apport.log.5.gz dmesg.2.gz mysql.err syslog.7.gz
  49. apport.log.6.gz dmesg.3.gz mysql.log teamviewer
  50. apport.log.7.gz dmesg.4.gz mysql.log.1.gz udev
  51. apt dpkg.log mysql.log.2.gz unattended-upgrades
  52. aptitude dpkg.log.1 mysql.log.3.gz upstart
  53. auth.log exim4 mysql.log.4.gz wtmp
  54. auth.log.1 faillog mysql.log.5.gz wtmp.1
  55. auth.log.2.gz fontconfig.log mysql.log.6.gz Xorg.0.log
  56. auth.log.3.gz fsck mysql.log.7.gz Xorg.0.log.old
  57. auth.log.4.gz gpu-manager.log pm-powersave.log xrdp-sesman.log
  58. boot.log hp pm-powersave.log.1
  59. bootstrap.log installer samba
  60. robert@SERVER:/var/log$ sudo nano mysql.log
  61. robert@SERVER:/var/log$ sudo nano mysql.err
  62. robert@SERVER:/var/log$ cd /mysql/
  63. -bash: cd: /mysql/: No such file or directory
  64. robert@SERVER:/var/log$ cd /mysql
  65. -bash: cd: /mysql: No such file or directory
  66. robert@SERVER:/var/log$ cd mysql
  67. robert@SERVER:/var/log/mysql$ ls
  68. error.log error.log.2.gz error.log.4.gz error.log.6.gz
  69. error.log.1.gz error.log.3.gz error.log.5.gz error.log.7.gz
  70. robert@SERVER:/var/log/mysql$ sudo nano error.log
  71.  
  72. GNU nano 2.2.6 File: error.log
  73.  
  74. 150227 13:08:37 [Warning] Using unique option prefix myisam-recover instead of $
  75. 150227 13:08:37 [Note] Plugin 'FEDERATED' is disabled.
  76. 150227 13:08:37 InnoDB: The InnoDB memory heap is disabled
  77. 150227 13:08:37 InnoDB: Mutexes and rw_locks use GCC atomic builtins
  78. 150227 13:08:37 InnoDB: Compressed tables use zlib 1.2.8
  79. 150227 13:08:37 InnoDB: Using Linux native AIO
  80. 150227 13:08:37 InnoDB: Initializing buffer pool, size = 128.0M
  81. 150227 13:08:37 InnoDB: Completed initialization of buffer pool
  82. 150227 13:08:37 InnoDB: highest supported file format is Barracuda.
  83. 150227 13:08:37 InnoDB: Waiting for the background threads to start
  84. 150227 13:08:38 InnoDB: 5.5.41 started; log sequence number 1595685
  85. 150227 13:08:38 [Note] Server hostname (bind-address): '192.168.1.10'; port: 33$
  86. 150227 13:08:38 [Note] - '192.168.1.10' resolves to '192.168.1.10';
  87. 150227 13:08:38 [Note] Server socket created on IP: '192.168.1.10'.
  88. 150227 13:08:38 [Note] Event Scheduler: Loaded 0 events
  89. 150227 13:08:38 [Note] /usr/sbin/mysqld: ready for connections.
  90. Version: '5.5.41-0ubuntu0.14.04.1' socket: '/var/run/mysqld/mysqld.sock' port$
Advertisement
Add Comment
Please, Sign In to add comment