Current time: 09-29-2024, 02:19 AM Hello There, Guest! (LoginRegister)


Post Reply 
[SOLVED] I have big problem. I don´t create new mail account
Author Message
crecos Offline
Newbie
*

Posts: 6
Joined: Jan 2009
Reputation: 0
Post: #7
RE: I have big problem. I don´t create new mail account
(03-26-2009 08:38 AM)joximu Wrote:  I mean the structure!

Code:
CREATE TABLE `mail_users` (
`mail_id` int(10) unsigned NOT NULL auto_increment,
`mail_acc` varchar(200) collate utf8_unicode_ci default NULL,
`mail_pass` varchar(150) collate utf8_unicode_ci default NULL,
`mail_forward` text collate utf8_unicode_ci,
`domain_id` int(10) unsigned default NULL,
`mail_type` varchar(30) collate utf8_unicode_ci default NULL,
`sub_id` int(10) unsigned default NULL,
`status` varchar(255) collate utf8_unicode_ci default NULL,
`mail_auto_respond` tinyint(1) NOT NULL default '0',
`mail_auto_respond_text` text collate utf8_unicode_ci,
`quota` int(10) default '10485760',
`mail_addr` varchar(200) collate utf8_unicode_ci default NULL,
PRIMARY KEY  (`mail_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

please compare with your structure!

/J

Sorry,
I´m drop table mail_users and use your sql query (create again table mail_users) but problem is constantly the same.
03-27-2009 01:13 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: I have big problem. I don´t create new mail account - crecos - 03-27-2009 01:13 AM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)