Guest User

Untitled

a guest
Jan 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. jwesleycooper@linux-twom:~> sudo /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --log-error=/var/log/mysql/mysqld.log --pid-file=/var/run/mysql/mysqld.pid --socket=/var/run/mysql/mysql.sock --port=3306
  2. root's password:
  3. 111012 18:50:04 [Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-external-locking' instead.
  4. /usr/sbin/mysqld: Table 'mysql.plugin' doesn't exist
  5. 111012 18:50:04 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
  6. InnoDB: The first specified data file ./ibdata1 did not exist:
  7. InnoDB: a new database to be created!
  8. 111012 18:50:04 InnoDB: Setting file ./ibdata1 size to 10 MB
  9. InnoDB: Database physically writes the file full: wait...
  10. 111012 18:50:04 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
  11. InnoDB: Setting log file ./ib_logfile0 size to 5 MB
  12. InnoDB: Database physically writes the file full: wait...
  13. 111012 18:50:05 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
  14. InnoDB: Setting log file ./ib_logfile1 size to 5 MB
  15. InnoDB: Database physically writes the file full: wait...
  16. InnoDB: Doublewrite buffer not found: creating new
  17. InnoDB: Doublewrite buffer created
  18. InnoDB: Creating foreign key constraint system tables
  19. InnoDB: Foreign key constraint system tables created
  20. 111012 18:50:05 InnoDB: Started; log sequence number 0 0
  21. 111012 18:50:05 [ERROR] /usr/sbin/mysqld: unknown option '--enable-named-pipe'
  22. 111012 18:50:05 [ERROR] Aborting
  23.  
  24. 111012 18:50:05 InnoDB: Starting shutdown...
  25. 111012 18:50:11 InnoDB: Shutdown completed; log sequence number 0 44233
  26. 111012 18:50:11 [Note] /usr/sbin/mysqld: Shutdown complete
Add Comment
Please, Sign In to add comment