by ssin14 » Sun Sep 23, 2007 2:17 am
Yes ........this server has MySQL, apache vici installed.
I think my database got corrupted. So I have formatted my server. so starting all again now. I couldnt figure out what was the prob..
I got another myslq related prob... (when created database Asterisk)
SUBPHASE 6.1
After this:
GRANT SELECT,INSERT,UPDATE,DELETE on asterisk.* TO cron@'%' IDENTIFIED BY '1234';
GRANT SELECT,INSERT,UPDATE,DELETE on asterisk.* TO cron@localhost IDENTIFIED BY '1234';
when I do this:
use asterisk;
it says ERROR 1049: Unknown database 'asterisk'
On the grant select part do i have to put the dot after keying asterk ( delete on asterisk.*....)