have you setup mysql after installation? try executing mysql_secure_installation
and set root password. # mysql -u root -p should respond. Also install mysql-devel package and compile kannel with mysql support as suggested by hamza. -- Regards, Abdul Basit On Tue, Jul 5, 2011 at 5:57 PM, [email protected] <[email protected]> wrote: > This error is related to mysql, not kannel. Please go through mysql > documentation. > > Kannel will create all tables by itself. You just need to create a new > database in mysql. > > Also, you need to compile kannel with mysql parameters. > > > On Tue, Jul 5, 2011 at 5:50 PM, Vijay kumar Dadhich > <[email protected]>wrote: > >> Hello to all, >> when i want to configuer the sqlbox then i face these problem, i am >> using svn form of kannel,sqlbox. following command i used >> and shows this problem. >> svn co https://svn.kannel.org/sqlbox/trunk >> ./bootstrap >> ./ configuer >> make >> error you must neet at least one dbengine >> so i install mysql by yum >> yum install mysql* >> adduser foo >> passwd hoo >> # mysql -u root -p >> Error 1045 (28000): Access denied for user ' root'@localhost (using >> password: YES) >> >> >> so please help me how i create database. >> I am using kannel from last 15 days and i am never using mysql. >> your support is needed. >> >> -- >> Vijay Kr. Dadhich >> >
