Quantcast
Channel: Geeksww Forums
Browsing all 4 articles
Browse latest View live

mysql error on linux

getting the following error on linux server, the error is:Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)the line it has pointed out to on page is line where i gave...

View Article



Re: mysql error on linux

when you use localhost in MySQL parameters list you are automatically connected through the socket file, so an easier way to connect through TCP/IP (ie avoiding socket file) is to connect to the local...

View Article

how to find innodb plugin version in mysql??

how do I find Innodb Plugin version number in MySQL.

View Article

Re: how to find innodb plugin version in mysql??

here is a query that you can use to get detailed info SELECT * FROM Plugins WHERE PLUGIN_NAME LIKE '%innodb%' AND PLUGIN_TYPE LIKE 'STORAGE ENGINE';you can also do the following to get full version...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images