|
| ||||||||||
| Tags: error 1054, mysql, vbulletin |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| MySQL Error 1054
|
|
#2
| |||
| |||
| Re: MySQL Error 1054
This is a small bug in MySQL 5. It occurs if you are using LEFT JOIN in your query. If you want to get rid of this error message then temporarily don't use LEFT JOIN in your query. I hope developer of MYSQL will sooner come up with some patches or something that will fix this problem. |
|
#3
| ||||
| ||||
| Re: MySQL Error 1054
Check your config.php file and make sure it is similar to as given below: Quote:
__________________ The FIFA Manager 2009 PC Game |
|
#4
| |||
| |||
| Re: MySQL Error 1054
Simply change your query to one below (for example): Code: SELECT id, field1, field2, field3 FROM ( table1, table2 ) LEFT OUTER JOIN condition1 ON condition2 WHERE condition3; |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "MySQL Error 1054" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mysql Error : Can't connect to local mysql server through socket ' var lib mysql mysql.sock' 2 | roshan45 | Software Development | 3 | 07-11-2009 08:36 PM |
| URGENT! 1054, windows cannot obtain the domain controller name | hatred | Small Business Server | 3 | 04-12-2007 02:29 PM |
| Error: Userenv 1054 on domain controller | Vicious | Active Directory | 2 | 01-10-2007 08:54 PM |
| Eventid 1054 on DC's | Meng R | Active Directory | 1 | 24-09-2007 09:19 PM |
| Domain Controller getting Event 1054 Source Userenv | !Starr! | Active Directory | 3 | 26-07-2007 01:36 PM |