![]() |
|
|
|
#1 |
|
Green Mole
Join Date: Mar 2008
Posts: 1
|
MySQL smallint(6)...
Watch out!
In the table phpdig_sites the column 'port' is a smallint(6) which bounds are [-37676; 37676]. So if you put a port above those limits (which was my case... (42232)) MySQL convert the port so that it can go into the column. I've replace the smallint by a bigint and it's working fine now. |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MySQL Question | jackpod | How-to Forum | 1 | 09-21-2006 08:30 PM |
| Problem with MySQL 4.1 | machek | Bug Tracker | 0 | 08-05-2006 03:28 AM |
| Error Mysql | noel | Troubleshooting | 3 | 11-01-2005 03:41 PM |
| PhpDig only with Mysql | vodevil | How-to Forum | 8 | 04-30-2005 05:16 PM |
| Working with MySql | cefiro | Troubleshooting | 1 | 02-26-2005 08:19 PM |