Cria uma DMZ no Seu modem que Resolve seu problema.
info
Grupo: Campones
Registrado: 21/07/13
Posts: 55
Reputação: +2
Char no Tibia: Kavaskiva

ja fiz isso , agora da um problema no xampp ... uando eu ligo o MySQL aparece
11:49:22 [mysql] Error: MySQL shutdown unexpectedly.
11:49:22 [mysql] This may be due to a blocked port, missing dependencies,
11:49:22 [mysql] improper privileges, a crash, or a shutdown by another method.
11:49:22 [mysql] Press the Logs button to view error logs and check
11:49:22 [mysql] the Windows Event Viewer for more clues
11:49:22 [mysql] If you need more help, copy and post this
11:49:22 [mysql] entire log window on the forums
logs
2014-02-20 11:51:00 724 [Note] Plugin 'FEDERATED' is disabled.
2014-02-20 11:51:00 1148 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.
2014-02-20 11:51:00 724 [Note] InnoDB: The InnoDB memory heap is disabled
2014-02-20 11:51:00 724 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-02-20 11:51:00 724 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-02-20 11:51:00 724 [Note] InnoDB: Not using CPU crc32 instructions
2014-02-20 11:51:00 724 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2014-02-20 11:51:00 724 [Note] InnoDB: Completed initialization of buffer pool
2014-02-20 11:51:00 724 [Note] InnoDB: Highest supported file format is Barracuda.
2014-02-20 11:51:00 724 [Note] InnoDB: The log sequence numbers 0 and 0 in ibdata files do not match the log sequence number 2820869 in the ib_logfiles!
2014-02-20 11:51:00 724 [Note] InnoDB: Database was not shutdown normally!
2014-02-20 11:51:00 724 [Note] InnoDB: Starting crash recovery.
2014-02-20 11:51:00 724 [Note] InnoDB: Reading tablespace information from the .ibd files...
2014-02-20 11:51:00 724 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace mysql/slave_relay_log_info uses space ID: 3 at filepath: .\mysql\slave_relay_log_info.ibd. Cannot open tablespace theforgottenserver/account_viplist which uses space ID: 3 at filepath: .\theforgottenserver\account_viplist.ibd
InnoDB: Error: could not open single-table tablespace file .\theforgottenserver\account_viplist.ibd
InnoDB: We do not continue the crash recovery, because the table may become
InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
InnoDB: To fix the problem and start mysqld:
InnoDB: 1) If there is a permission problem in the file and mysqld cannot
InnoDB: open the file, you should modify the permissions.
InnoDB: 2) If the table is not needed, or you can restore it from a backup,
InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
InnoDB: crash recovery and ignore that table.
InnoDB: 3) If the file system or the disk is broken, and you cannot remove
InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
InnoDB: and force InnoDB to continue crash recovery here.
info
Grupo: Herói
Registrado: 09/07/05
Posts: 1.1k
Reputação: +110
Char no Tibia: Fedrick

Kazana,
É só você traduzir o erro que o console te passa.
11:49:22 [mysql] Error: MySQL shutdown unexpectedly. 11:49:22 [mysql] This may be due to a blocked port, missing dependencies, 11:49:22 [mysql] improper privileges, a crash, or a shutdown by another method. 11:49:22 [mysql] Press the Logs button to view error logs and check 11:49:22 [mysql] the Windows Event Viewer for more clues 11:49:22 [mysql] If you need more help, copy and post this 11:49:22 [mysql] entire log window on the forums
11:49:22 [mysql] Erro: MySQL desligado inesperadamente. 11:49:22 [mysql] Isso pode ser devido a uma porta bloqueada, faltando dependências, 11:49:22 [mysql] privilégios indevidos, um acidente ou um desligamento por outro método. 11:49:22 [mysql] Pressione o botão de logs para ver os logs de erros e verifique 11:49:22 [mysql] no visualizador de eventos do windows para obter mais pistas 11:49:22 [mysql] Se você precisar de mais ajuda, copie e cole 11:49:22 [mysql] toda a janela de log em fórums.
Isso já te dá alguns nortes.
E depois, você verifica o log, perceba que o erro acontece exatamente na última linha:
2014-02-20 11:51:00 724 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace mysql/slave_relay_log_info uses space ID: 3 at filepath: .\mysql\slave_relay_log_info.ibd. Cannot open tablespace theforgottenserver/account_viplist which uses space ID: 3 at filepath: .\theforgottenserver\account_viplist.ibd
O próprio console, te dá algumas dicas de como resolver:
InnoDB: Error: could not open single-table tablespace file .\theforgottenserver\account_viplist.ibd InnoDB: We do not continue the crash recovery, because the table may become InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
1) você deve verificar as permissões do arquivo em que ele diz o erro lá em cima (\theforgottenserver\account_viplist.ibd)
InnoDB: To fix the problem and start mysqld: InnoDB: 1) If there is a permission problem in the file and mysqld cannot InnoDB: open the file, you should modify the permissions.
2) Se a tabela não é necessário, você pode tentar restaurar um backup e remover o .idb. Ele vai se encarregar de ignorar a tabela.
InnoDB: 2) If the table is not needed, or you can restore it from a backup, InnoDB: then you can remove the .ibd file, and InnoDB will do a normal InnoDB: crash recovery and ignore that table.
3) Se as permissões não derem certo, um backup não resolver, você pode tentar setar no my.cnf, inoodb_force_recovery > 0. Você vai forçar o InnoDB continuar a recuperação de falhas.
InnoDB: 3) If the file system or the disk is broken, and you cannot remove InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf InnoDB: and force InnoDB to continue crash recovery here.
Editado Fevereiro 20 por Alessandro
info
Grupo: Campones
Registrado: 21/07/13
Posts: 55
Reputação: +2
Char no Tibia: Kavaskiva

baixei uma versão mais antiga do xampp .
e configurei as portas no modem ( o Alessandro na verdade via team viwer [ Obrigado mesmo te amo s2 <3 AUSHDUASHDASUD " ] )
podem fechar ...
Versão 1.7.3 !!
e para liberar as ports é só ir no ip do gateway do modem ^^


info
Grupo: Campones
Registrado: 21/07/13
Posts: 55
Reputação: +2
Char no Tibia: Kavaskiva
boa noite galeraa , então , eu baixei xampp , configurei seguindo o tutorial do
www.xtibia.com/forum/topic/88928-totalmente-reformulado-colocando-seu-server-sql-online-site/
agora ue link meus amigos vão usar para acessar meu site ? ja liguei xampp e etc , agora não sei eu uso Speedy , ai uando eu entro no link do NO-IP " HarryPo.Zapto.Org" não carrega , e sim entra no site da speedy , para os meus amigos só fica carregando ...
olhem uando eu acesso harrypo.zapto.org onde entra ..
se alguém poder me ajudar agradeço
@PS@ eu entro no site Harrypo.zapto.org e rediriciona para o site do roteador , ja abri port fiz tudo .
gente por LOCALHOST meu site entra mais só entra para min e uero ue meus amigos entrem .. ajudem pf
Editado Fevereiro 20 por kazaana