I have a MySQL table with some dates,
I need that one of them have a default value equal to current time,
I'm using 'Sequel Pro' to build the database,
Then i wrote 'now()' (and 'GETDATE()') in default value, but doesn't work.
Can someone do help…
I am working on macOS ver 10.13.5 - the newest one actually.
I usually work with Laravel projects (5.6), and so I am using brew services isntaller to make local enviroment working.
I am using PHP v 7.1.16, MySQL 8.0.11 and Valet in v. 2.0.12
PHP and…
I'm trying to export a MySQL table into csv file using SequelPro, however the result file is not properly formatted. For instance, on the first column should the id, in some of the records there is a number, but in others there is text instead. This…
I'm trying to import a file into a MySQL table using Sequel Pro.
I know I need to use STR_TO_DATE, but I can't figure out the right syntax.
I'm getting a bunch of these errors for each row:
[ERROR in row 1] You have an error in your SQL syntax;…
I'm trying to connect to MySQL, using Sequel Pro, something I have done many times before. Host 127.0.0.1, username root, no password. I get the following message:
Unable to connect to host 127.0.0.1 because access was denied.
Double-check your…
Many devops use mysql connect over ssh to access to production database for various reasons and queries
after successfull deploy mysql container to a digital ocean kubernetes cluster
im able to ssh into the pod via :
kubectl…
I tried using the brackets wild card and nothing came up.
I'm using SequelPro (and I think that uses MySQL, though I could be wrong).
Does it support the bracket [] wildcard?
If not, what can I use in it's replacement?
Here's an example --
SELECT…
I was using the AWS free tier to setup my Rails project.
However, I felt confused about why I can't connect RDS via sequel pro.
Here is the VPC security group which RDS was using.
I set the same host, username, pwd and database name in my rails…
I'm using a MySQL database with the Sequel Pro interface, and am new to SQL. I'm attempting to import data from a csv file and one of the columns I am importing into is of type datetime. However, the format I receive the data in is mm/dd/yy hh:mm…
I'm using sequel pro to select data from several tables. There are two things I need to do that seem to need a loop of some kind. I have never used any form of iteration in sql and can't find a beginners-level resource to learn from.
Can anyone…
I've installed MySQL 8.0.17 on a Mac using brew install mysql and would like to connect to a local database using SSL. From https://dev.mysql.com/doc/refman/5.7/en/using-encrypted-connections.html, it seems that I need the files in this snippet:
I…
How can I connect to MySQL inside my docker container that is hosted locally on my mac? I'm trying to connect via SequelPro and can't even get test connection to work.
Here's my Docker command:
docker run -it --name rodneys_mysql -p 3306:3306 -e…
So ssh works fine through console/terminal, but when I am using a MySQL database client (Sequel Pro), it seems to somehow be using a different ssh version, and the include directive therefore doesn't work. It states that it is using the proper SSH…
I have installed homestead on my machine and cloned a project from a remote repository, now I am trying to create a DB for my project.
This is how my .env file looks…