newbie alert!
i’ve recently moved my Laravel site to Fortrabbit but when i post new images to the site, they do not write to the database or the upload\images directory. other changes such as posting text, adding users, changing passwords etc,…
I was using Ubuntu precise32 and switched to 14.04. I use Jeffrey Way's setup (https://github.com/JeffreyWay/Vagrant-Setup) and that works. I can do 'vagrant ssh' and log in, and log into root with username/password root/root.
When I try using…
I am querying the database, and the query I wrote isn't working. I have researched using google, but made no progress. Help please!
${$name} = array();
${$name} = $db->query('SELECT', "
SELECT
SUM(IF(`date`=‘2014-01’, `value`, 0.00)) as…
I've looked around to see if I could find a solution that directly addresses my question, but I can't seem to find it.
I'm querying my old DB and creating a new table that I can import into my new DB. I want to create a new field named…
I have created a GameCenter type database in sequel pro using root, but for some reason every now and again I get the following errors when connecting to the database and trying to access the tables:
An error occurred while retrieving the…
I like Sequel Pro to handle MySQL databases on Mac. Now I'm triying to create a view with this:
CREATE VIEW '_view_userlist' AS
SELECT u.userid,u.fullname,u.username,e.userid,e.listid,e.title,e.status
FROM users u
LEFT OUTER JOIN list e ON…
I am trying to create a local development environment using MAMP that's connected to a remote MySQL database using Sequel Pro. I am connected to the remote database via an SSH connection in Sequel Pro. From what I understand I need to do some kind…
I have tried relentlessly to drop a table, but it doesnt seem to work. It doesn't give me any error message, but it seems like its taking a long time (6+ hrs). The table has around 800K rows with two columns.
Additionally, I can't even access the…
I have four files (.ldf; .mdf; fdb;.fbk)-files that I have to import to MySql using Sequel Pro. Is it possible for me to import those type of files and if not could it work with MySQL Workbench?
This might be either a simple or exceedingly complex question and searching has produced no results.
I use Sequel Pro on OSX to run a lot of queries some of which can take, e.g. >8 hours. A lot of times I can't predict how long a job will take,…
I created what I thought was a simple sql dump from the older database before installing the latest version, 5.6.12 on Mac OS X Server. Now I'm trying to import the files but they produce all produce endless numbers of syntax errors.
Example of…
I use Sequel Pro and MAMP on my Mac to develop wordpress sites locally. This morning when I tried to start up Sequel Pro it kept asking for my password to make changes (it has never done this before). I first tried rebooting my machine but it kept…
I'm running Sequel Pro 0.9.9.1 and can connect to a remote mySQL (v 14.14) database hosted on a server that only allows SSH connections. When I connect via Sequel Pro, I only need to fill out the ssh user and password to connect without issue. I am…
I'm attempting connect my Sequel Pro database to R. In Joseph Adler's "R in a Nutshell"- page 164- he lists various ODBC drivers for different databases, but I can't find one for Sequel Pro. Any help on which driver to use would be greatly…
I'm trying to connect to my MySQL database using Sequel-Pro and I'm kinda confused what to use as my host. My hosting provider only gave me 'localhost' as my host then some user and password.