Jump to content

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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