ola tentei acessar o phpMyAdmin como no video, mas tenho acesso negado, tentei pelo painel de start do xampp, ao dar start no mysql o log registra o seguinte:
2017-09-14 16:53:11 23e0 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator. 2017-09-14 16:53:11 9184 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB.
2017-09-14 16:53:11 9184 [Note] InnoDB: Using mutexes to ref count buffer pool pages 2017-09-14 16:53:11 9184 [Note] InnoDB: The InnoDB memory heap is disabled 2017-09-14 16:53:11 9184 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 2017-09-14 16:53:11 9184 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier 2017-09-14 16:53:11 9184 [Note] InnoDB: Compressed tables use zlib 1.2.3 2017-09-14 16:53:11 9184 [Note] InnoDB: Using generic crc32 instructions 2017-09-14 16:53:11 9184 [Note] InnoDB: Initializing buffer pool, size = 16.0M 2017-09-14 16:53:11 9184 [Note] InnoDB: Completed initialization of buffer pool 2017-09-14 16:53:12 9184 [Note] InnoDB: Highest supported file format is Barracuda. 2017-09-14 16:53:12 9184 [Note] InnoDB: 128 rollback segment(s) are active. 2017-09-14 16:53:12 9184 [Note] InnoDB: Waiting for purge to start 2017-09-14 16:53:12 9184 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.34-79.1 started; log sequence number 1600726 2017-09-14 16:53:12 6436 [Note] InnoDB: Dumping buffer pool(s) not yet started 2017-09-14 16:53:12 9184 [Note] Plugin 'FEEDBACK' is disabled. 2017-09-14 16:53:12 9184 [Note] Server socket created on IP: '::'. 2017-09-14 16:53:12 9184 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 10048: Normalmente é permitida apenas uma utilização de cada endereço de soquete (protocolo/endereço de rede/porta).
2017-09-14 16:53:12 9184 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2017-09-14 16:53:12 9184 [ERROR] Aborting
obs: instalei o mysql depois do xampp, pois estava fazendo o curso do mysql, será que deu algum conflito.