Jump to content
MakeWebGames

Recommended Posts

Posted

how do i run the codes like this

ALTER users ADD `signature` text NOT NULL;

how do i run it

because i tried everythin and keep gettin errors

am i doing something wrong

please explain what i have to do

Guest Anonymous
Posted

Re: help with mySQL (phpmyadmin)

Use phpMyAdmin, select the users table and click the SQL click at the top.

The query:

ALTER TABLE `users` ADD `signature` TEXT NOT NULL ;

Worked for me, Maybe you need to post any error messages to give us a bit of a clue...

Posted

Re: help with mySQL (phpmyadmin)

Every time i do that i get a error

I go to Phpmyadmin>>Users>>SQL>>Then i write in the SQL then click GO and then comes up with a error

Guest Anonymous
Posted

Re: help with mySQL (phpmyadmin)

Like to tell us what the error is? We haven't got crystal balls!

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.   Paste as plain text instead

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