phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers] helloworld


From: Debian Usera
Subject: Re: [Phpgroupware-developers] helloworld
Date: 24 Feb 2002 01:11:33 -0600

> Anyway I get this msg when running it in mysql:
> mysql> insert into phpgw_applications (app_name, app_title, app_enabled)
> values ('hello', 'Hello World for phpGroupware', 1);
> ERROR 1046: No Database Selected
Did you run mysql with the dbname infront of it?  

e.g. mysql -ppasswd dbname

Or in mysql prompt as per mysql -ppassword [enter]
mysql>connect dbname;
mysql> insert into phpgw_applications (app_name, app_title, app_enabled)
 values ('hello', 'Hello World for phpGroupware', 1);

Alex




reply via email to

[Prev in Thread] Current Thread [Next in Thread]