Jump to content

first_lady_the_queen

Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling
  • Location
    switzerland

first_lady_the_queen's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hi i hope someone can help.. i got the following db table create table project ( projectnr int not null unique, description varchar(100)not null, start date not null, end date not null, belongs int not null, lnkontakt varchar(50) not null, fnkontakt varchar(50) not null, mkontakt varchar(50) not null, status int not null, primary key (projectnr) ); then i like to add values... now how can i set the end time? i tried now()+100 but doesnt work. insert into project values (1,Projektbeschrieb, now(), now()+xx , Zugehörigkeit (Projekt), Konatk Nachname, Kontakt Vorname, Kontakt Mail, Projektstatus); many thx[/code]
  2. hi thx yes i have given the password. i connected the admin. thx anyway:)
  3. hi i just created an account and wanted to deal with it. when i enter the myadmin part it first shows: Warning: Unable to save MySQL query result in /users/phpMyAdmin/libraries/common.lib.php on line 978 it also says : Fehler SQL-Befehl : SHOW DATABASES ; MySQL meldet: Access denied for user: \'xx@localhost\' (Using password: YES) i have no idea ...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.