about installing Hercules sa linux

neil413

New member
Messages
61
Points
0
Github
neil413
Emulator
Operating system: centos-6-x86_64
 

sinusunod ko po itong guide ng hercules

 http://herc.ws/wiki/Installation_(CentOS)

pag dating ko d2 sa line na to at tinype ko ito

mysql> GRANT SELECT,INSERT,UPDATE,DELETE ON `hercules1234_rag`.* TO 'hercules1234'@'localhost';


ito po ang error pa help po salmat
MySQL Forums :: Newbie :: ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use

 
Ibig sabihin may mali sa syntax mo gaya nang sabi sa error..

try mo 

mysql> GRANT SELECT,INSERT,UPDATE,DELETE ON `hercules1234_rag`.* TO 'hercules1234'@'localhost';TOmysql> GRANT SELECT, INSERT, UPDATE, DELETE ON `hercules1234_rag`.* TO hercules1234@'localhost';
Tinanggal ko yung ' sa may hercules1234@

 
Back
Top