Joel Posted March 24, 2008 Posted March 24, 2008 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 Quote
Joel Posted March 26, 2008 Author Posted March 26, 2008 Re: help with mySQL (phpmyadmin) Please Help Quote
Guest Anonymous Posted March 26, 2008 Posted March 26, 2008 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... Quote
Joel Posted March 26, 2008 Author Posted March 26, 2008 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 Quote
Guest Anonymous Posted March 26, 2008 Posted March 26, 2008 Re: help with mySQL (phpmyadmin) Like to tell us what the error is? We haven't got crystal balls! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.