[SR-Users] login to siremis failed 'siremis.user' doesn't exist

malik sherif asherif74 at hotmail.com
Mon Mar 17 17:28:46 CET 2014


When I attempted to login to siremis , i got the following errors "Base table
 or view not found: 1146 Table 'siremis.user' doesn't exist"

  
And then I created the table manually using the following commands

CREATE TABLE `user` (

  `SYSID` int(11) NOT NULL auto_increment,

  `USERID` varchar(15) NOT NULL,

  `PASSWORD` varchar(15) default NULL,

  PRIMARY KEY  (`SYSID`)

);

But I still have problem login with the following error "Column not
 found: 1054 Unknown column 'T0.id' in 'field list'".
The I run describe user, i got the following; 
mysql> describe user;
+----------+-------------+------+-----+---------+----------------+
| Field    | Type        | Null | Key | Default | Extra          |
+----------+-------------+------+-----+---------+----------------+
| SYSID    | int(11)     | NO   | PRI | NULL    | auto_increment |
| USERID   | varchar(15) | NO   |     | NULL    |                |
| PASSWORD | varchar(15) | YES  |     | NULL    |                |
+----------+-------------+------+-----+---------+----------------+
3 rows in set (0.07 sec)

Any idea? 
 Your help is greatly appreciated
Thanks
Abdul
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20140317/e8791dca/attachment.html>


More information about the sr-users mailing list