skip to Main Content

Mac OS – Homebrew – Mysql won't start

I have reinstalled Mysql via homebrew on Mac OS Sonoma 14.6.1 and when I try to run: sudo mysql.server start I get the following error message: 2024-10-09T09:13:17.6NZ mysqld_safe Logging to '/usr/local/var/mysql/.err'. 2024-10-09T09:13:17.6NZ mysqld_safe Starting mysqld daemon with databases from /usr/local/var/mysql…

VIEW QUESTION

Laravel Sail – SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax;

Anyone knows why this query is returning error? I'm using Laravel Sail with Mysql version: 8.0.32, it should work: Property::select(DB::raw(" properties.id, properties.company_id, properties.title, properties.slug, properties.neighborhood, properties.city, properties.address, properties.number, properties.property_purpose, properties.property_type, properties.total_area, properties.usefull_area, properties.bedrooms, properties.bathrooms, properties.garage, properties.sell, properties.rent, properties.administration_fee, properties.yearly_tax, property_highliteds.hightlight,…

VIEW QUESTION
Back To Top
Search