Jump to content

PHPMyAdmin


Mr_J

Recommended Posts

Hi all,

So I couldn’t get Apache to work last week... I didn’t understand it seems like :-[

MySQL:

I have on my server cPanel a phpMyAdmin to control (conf.inc.php)

I have a TableName: PhMail_User (15) fields

My PROBLEM is the following values:

Field: User_ID            Comments

Type: ??(INT or VARCHAR or TINYINT etc.)

Length/Values1: 10 (I assume the no of chars)

Collation: ???

Attributes: ??? (Binary, Unsigned etc.)

Null: NotNull (Null)

Default2: ???

Extra: Auto_increment (for use of server assigned - I think)

Primary or Index or Unique or ---:???

Comments: creator comments I assume...

 

I tried to add about 10 fields, when I "save" I get a MySQL ERROR witch I do not understand at all

Can anyone maybe explain a bit more about the "fields" to me?

Regards

Jaco

 

Link to comment
https://forums.phpfreaks.com/topic/123249-phpmyadmin/
Share on other sites

post the error

I did it again, the same as last time and this is the result...

CREATE TABLE `phMailList_db`.`PhMail_User` (

`ID_No` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,

`List_Type` TEXT NOT NULL ,

`email_adr` TEXT NOT NULL ,

`psw` TEXT NOT NULL ,

`Acc_No` TEXT NOT NULL ,

`Name` TEXT NOT NULL ,

`Adres` TEXT NOT NULL ,

`Tel_Werk` TEXT NOT NULL ,

`Tel_Mobile` TEXT NOT NULL ,

`M_F` TEXT NOT NULL

) ENGINE = MYISAM

 

Link to comment
https://forums.phpfreaks.com/topic/123249-phpmyadmin/#findComment-636516
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.