Hi
?
Do you know any good mysql mailing list?
?
I have question what is the different between
?
/var/lib/mysql/mysql.sock
/var/lib/mysql/mysqld.sock
Thank you
__________________________________________________________________
Instant Messaging, free SMS, sharing photos and more... Try the new Yahoo!
Canada Messenger at http://ca.beta.messenger.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.centos.org/pipermail/centos/attachments/20081202/58d3865b/attachment-0003.html>
> Do you know any good mysql mailing list?http://www.google.co.nz/search?q=mysql+mailing+list> I have question what is the different between > /var/lib/mysql/mysql.sock > /var/lib/mysql/mysqld.sockI have very little knowledge of mysql, but my understanding is it's just a naming convention. CentOS uses mysql.sock for its mysqld service, and some other distributions use mysqld.sock. It's just another method applications use to connect to mysql. look at /etc/my.cnf to see where yours is configured to be. -- Spiro Harvey Knossos Networks Ltd 021-295-1923 www.knossos.net.nz -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20081203/b2f23898/attachment-0003.sig>
on 12-2-2008 5:38 AM ann kok spake the following:> Hi > > Do you know any good mysql mailing list? > > I have question what is the different between > > /var/lib/mysql/mysql.sock > /var/lib/mysql/mysqld.sock > Thank youYou can name the socket anything you want in the my.cnf file. You can call it /var/lib/mysql/shiny_puppy_happy_feeling.sock if you want to. -- MailScanner is like deodorant... You hope everybody uses it, and you notice quickly if they don't!!!! -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 250 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20081202/6593b50f/attachment-0003.sig>
Hi All
Can I know what is the meaning of the position?
Why there is nothing in the "Binlog_Ignore_DB"
mysql> show master status;
+-------------------+----------+---------------+------------------+
| File | Position | Binlog_Do_DB | Binlog_Ignore_DB |
+-------------------+----------+---------------+------------------+
| mysqld-bin.000006 | 183219 | dbname,dbname | |
+-------------------+----------+---------------+------------------+
Thank you
__________________________________________________________________
Instant Messaging, free SMS, sharing photos and more... Try the new Yahoo!
Canada Messenger at http://ca.beta.messenger.yahoo.com/