search for: myql

Displaying 9 results from an estimated 9 matches for "myql".

Did you mean: mql
2005 Jul 20
5
Can't connect to MySQL on another machine
hi everyone I''ve got two machines here: a Powerbook and a Linux box running MySQL. The MySQL user privileges seem to be configured properly, e.g. I can connect to a database using "mysql" from the Powerbook, alter the tables etc without any problems. However, I can''t get Rails to connect to the same database. (just a simple app with one model called "Test"
2017 Oct 23
2
Unable to apply mysqld_db_t to mysql directory
Hello, A server was configured in /var/lib/myslq in the root fs. I added a LV specifically for mysql. I stopped myql and renamed /var/lib/mysql to /var/lib/mysql.old. I created a new dir /var/lib/mysql and mounted the LV on /var/lib/mysql. I then copied with "cp -prZ" all mysql files in /var/lib/mysql.old to /var/lib/mysql. But then I got a selinux problem: # ls -ldZ mysql.old/ mysql drwxr-xr-x. mysq...
2017 Oct 23
2
Unable to apply mysqld_db_t to mysql directory
...M, James Hogarth <james.hogarth at gmail.com> wrote: > On 23 October 2017 at 13:33, Bernard Fay <bernard.fay at gmail.com> wrote: > > Hello, > > > > A server was configured in /var/lib/myslq in the root fs. I added a LV > > specifically for mysql. I stopped myql and renamed /var/lib/mysql to > > /var/lib/mysql.old. I created a new dir /var/lib/mysql and mounted the > LV > > on /var/lib/mysql. I then copied with "cp -prZ" all mysql files in > > /var/lib/mysql.old to /var/lib/mysql. > > > > But then I got a selinu...
2017 Oct 23
0
Unable to apply mysqld_db_t to mysql directory
On 23 October 2017 at 13:33, Bernard Fay <bernard.fay at gmail.com> wrote: > Hello, > > A server was configured in /var/lib/myslq in the root fs. I added a LV > specifically for mysql. I stopped myql and renamed /var/lib/mysql to > /var/lib/mysql.old. I created a new dir /var/lib/mysql and mounted the LV > on /var/lib/mysql. I then copied with "cp -prZ" all mysql files in > /var/lib/mysql.old to /var/lib/mysql. > > But then I got a selinux problem: > # ls -ldZ mysq...
2006 Feb 12
3
Error when Eager Loading "Not unique table/alias"
Hi list, I get the error "Not unique table/alias" (myql 4.1) when trying eager load 2 classes that use the same base class (not STI) Example: <code> class Wedding < ActiveRecord::Base belongs_to :bride, :class_name => ''Person'', :foreign_key => ''bride_id'' belongs_to :groom, :class_name =>...
2008 Mar 18
0
Case sensitive validate_uniqueness_of isn't working
...default, there are tests to check that :case_sensitive => false is working, but there isn''t any test to check that, when set to true (the default!), is working, in fact it doesn''t work at. There isn''t a database agnostic way to do a case sensitive search, there is in myql (binary like) and sqlite (is case sensitive), but not a general solution. I did this patch that add the test to check that case sensitivity is working and get it to work by doing a ruby (case sensitive) comparison if case sensitive option is given. To achieve this i changed the find for a select_a...
2017 Oct 23
0
Unable to apply mysqld_db_t to mysql directory
...M, James Hogarth <james.hogarth at gmail.com> wrote: > On 23 October 2017 at 13:33, Bernard Fay <bernard.fay at gmail.com> wrote: > > Hello, > > > > A server was configured in /var/lib/myslq in the root fs. I added a LV > > specifically for mysql. I stopped myql and renamed /var/lib/mysql to > > /var/lib/mysql.old. I created a new dir /var/lib/mysql and mounted the > LV > > on /var/lib/mysql. I then copied with "cp -prZ" all mysql files in > > /var/lib/mysql.old to /var/lib/mysql. > > > > But then I got a selinu...
2017 Oct 23
2
Unable to apply mysqld_db_t to mysql directory
...at gmail.com> > wrote: > > > On 23 October 2017 at 13:33, Bernard Fay <bernard.fay at gmail.com> wrote: > > > Hello, > > > > > > A server was configured in /var/lib/myslq in the root fs. I added a LV > > > specifically for mysql. I stopped myql and renamed /var/lib/mysql to > > > /var/lib/mysql.old. I created a new dir /var/lib/mysql and mounted the > > LV > > > on /var/lib/mysql. I then copied with "cp -prZ" all mysql files in > > > /var/lib/mysql.old to /var/lib/mysql. > > > > &gt...
2013 Jun 16
1
Trash plugin
Hello! This is my first dovecot install, which I put together by mixing and matching pieces of various online howtos (fortunately, Dovecot doesn't seem to be overly complex - a big plus). I've got it mostly working, but the trash plugin doesn't seem to be working right. Below are configs and some logs. Any thoughts? Also, any suggestions regarding my configuration? I can post