Plus Emu mysql couldn't connect to host

nudisko

New Member
Sep 22, 2016
4
0
Ok so i followed this guide and the emulator starts correctly
pro1.jpg


but for some reason when i try to enter the hotel i got this error

pro2.jpg



xampp is open with both apache and mysql running.
Any help? :down:
 

JynX

Posting Freak
Feb 6, 2016
710
438
Ok so i followed this guide and the emulator starts correctly
pro1.jpg


but for some reason when i try to enter the hotel i got this error

pro2.jpg



xampp is open with both apache and mysql running.
Any help? :down:
As @JayCustom said it's your config, either your database or password is wrong in the config.php located in app>management>config.php
 

nudisko

New Member
Sep 22, 2016
4
0
Thanks to both. The problem was that i replaced all "pass" with my mysql psw, and therefore notepad also replaced the word pass in "$_CONFIG['mysql']['password']. Now i can enter the homepage but when i click "create an account" i got this

pro3.jpg


Thanks for the help. :)
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,907
Run the following SQL:

PHP:
ALTER TABLE `users` ADD `seckey` VARCHAR(32) NULL DEFAULT NULL;

(I think 32 is fine).
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,907
No problem.

That's weird, is it an advert?

Could you post your client.php file here so we can see it? Or, search for 'DynaMusic' in the client.php file.
 

GamerX

You Never Walk Alone
Aug 24, 2016
156
12
Thanks you so much, everything is perfect.
Just a last little question: how to remove this annoying thing?

pro4.jpg
You can remove it thru client.php not sure whut line to edit but i can teamviewer it if you want so i can check cus im not on my own computer yet​
 

Users who are viewing this thread

Top