Jump to content

  •  

Rand

Member Since 26 Dec 2014
Offline Last Active Jun 04 2015 10:29 AM
-----

Posts I've Made

In Topic: Help need basic guide

22 January 2015 - 06:19 PM

http://herc.ws/wiki/Getting_Started


In Topic: Hello Guys xD

21 January 2015 - 08:51 AM

Hey ;)

i think it would help u https://github.com/H...pt_commands.txt

goodluck)


In Topic: i need help configure hercules

20 January 2015 - 05:22 PM

use 

sudo yum --enablerepo=remi install mysql-devel

or

yum --enablerepo=remi install mysql-devel

In Topic: phpMyAdmin Help !

19 January 2015 - 02:11 AM

Try this:

 

  • On the phpMyAdmin default page (localhost) click on the "Privileges" link
  • Click on the "Add a new User link"
  • Assign the User a login and password
  • Where it says "Database for User" select "None"
  • Leave all checkboxes in global privileges unchecked
  • Press the "Go" button

 

 

You should see the new user in the User overview. Global privileges should say "Usage".[color=rgb(34,34,34);font-family:'Helvetica Neue', Arial, Verdana, sans-serif;background-color:rgb(255,255,255);] [/color]

 

 

 

  • Click on the edit icon next the the User's account
  • Under "Database-specific privileges" where it says "Add privileges on the following database" chose the database(s) you wish to assign to the user
  • Assign the User whatever privileges you wish them to have for that database
  • Press the "Go" button

 

 

 


In Topic: Compiling Hercules in linux

18 January 2015 - 11:34 PM

try 

 

chmod a+x configure./configure 

 

 

if no u need to [color=rgb(51,51,51);font-family:'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;]convert ./configure to unix file format[/color]

 

yum install dos2unixdos2unix ./configure 

 

 

mb dos2unix install try only convert