Jump to content

rmon

Members
  • Posts

    80
  • Joined

  • Last visited

Community Answers

  1. rmon's post in Flux CP Permission Denied was marked as the answer   
    Hi Cyro, 
    All of them are already 777 , including data/tmp
    chmod -R 777 /var/www/html/
    Also chown -R apache /var/www/html/
    Also restarted systemctl restart httpd.service
     
    I have fixed the issue  
    Thanks Guys 
  2. rmon's post in Message: SQLSTATE[HY000] [2002] Permission denied was marked as the answer   
    @Brynner
    Thanks ! 
    i actually use % instead of the centos7 IP and it works 
    CREATE USER 'myName'@'%' IDENTIFIED BY 'MyPAssword';
    GRANT ALL PRIVILEGES ON MyDB . * TO 'myName'@'%';
    GRANT ALL PRIVILEGES ON MyDb_logs . * TO 'myName'@'%';
    FLUSH PRIVILEGES;
  3. rmon's post in All Official NPC to be enabled was marked as the answer   
    Issue Resolved , found out that when char got created it will warp on random map as specify in 
    // Starting point for new characters // Format: <map_name>,<x>,<y>{:<map_name>,<x>,<y>...} // Max number of start points is MAX_STARTPOINT in char.h (default 5) // Location is randomly picked on character creation. // NOTE: For Doram, this requires client 20151001 or newer. start_point: iz_int,97,90:iz_int01,97,90:iz_int02,97,90:iz_int03,97,90:iz_int04,97,90 start_point_pre: new_1-1,53,111:new_2-1,53,111:new_3-1,53,111:new_4-1,53,111:new_5-1,53,111 start_point_doram: lasa_fild01,48,297
×
×
  • Create New...