Visit our home page for VL info. For support and documentation, visit the Vector Linux Knowledge Center or search the Knowledge Center and this Forum using the search box above.
root:# /etc/rc.d/rc.mysqld restartvector://home/bruceroot:# 2017-06-10T20:56:50.170507Z mysqld_safe mysqld from pid file /var/run/mysql/mysql.pid ended2017-06-10T20:56:51.572992Z mysqld_safe Logging to '/var/lib/mysql/vector.linux.vnet.err'.2017-06-10T20:56:51.851646Z mysqld_safe Starting mysqld daemon with databases from /var/lib/mysqlroot:# apachectl restarthttpd: Syntax error on line 143 of /etc/httpd/httpd.conf: Cannot load lib/httpd/modules/mod_session_dbd.so into server: /usr/lib/httpd/modules/mod_session_dbd.so: undefined symbol: ap_hook_session_save
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
vector://home/bruceroot:# mysqld --initialize2017-06-24T16:07:54.526531Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).2017-06-24T16:08:01.819878Z 0 [Warning] InnoDB: New log files created, LSN=457902017-06-24T16:08:03.194616Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.2017-06-24T16:08:03.357419Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 4d34f5fb-58f7-11e7-817f-000c76a4c9d8.2017-06-24T16:08:03.393535Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.2017-06-24T16:08:12.609841Z 0 [Warning] CA certificate ca.pem is self signed.2017-06-24T16:08:14.519138Z 1 [Note] A temporary password is generated for root@localhost: dh,,h<65:ZN?vector://home/bruceroot:# /etc/rc.d/rc.mysqld startvector://home/bruceroot:# 2017-06-24T16:19:07.003087Z mysqld_safe Logging to '/var/lib/mysql/vector.linux.vnet.err'.2017-06-24T16:19:07.458769Z mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
root:# mysql -u root -pEnter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)vector://home/bruce
root:# /etc/rc.d/rc.mysqld stop2017-06-24T16:21:18.717067Z mysqld_safe mysqld from pid file /var/run/mysql/mysql.pid endedvector://home/bruceroot:# mysqld_safe --skip-grant-tables &[3] 10711vector://home/bruceroot:# Logging to '/home/mysql/vector.linux.vnet.err'.2017-06-24T16:21:54.349587Z mysqld_safe Starting mysqld daemon with databases from /home/mysql2017-06-24T16:21:55.804860Z mysqld_safe mysqld from pid file /home/mysql/vector.linux.vnet.pid endedmysql -u rootERROR 2002 (HY000): Can't connect to local MySQL server through socket '/run/mysqld/mysqld.sock' (2)[3]+ Done mysqld_safe --skip-grant-tables