-
Backup/Restore MySQL database
MySQL, a relational database management system (RDBMS), runs as a server... Read more
MySQLMarch 14, 2012 at 04:40 PM -
How to install MySQL on Mac OS X?
MySQL is one of the world's most widely used database management systems.... Read more
MySQLJune 8, 2014 at 11:38 AM -
Replace string in MySQL through database
How do you replace a string with another in all tables in a database? ... Read more
MySQLMay 7, 2010 at 09:43 AM -
MySQL - Loading a text file into ue table
To load a text file, perform as follow: $ tail /home/user1/test.txt ... Read more
MySQLApril 24, 2010 at 07:34 AM -
MySQL - Linux Monitoring port 3306
To monitor port 3306 on Linux you can use the command: tcpdump -i eth0 ... Read more
MySQLJune 12, 2010 at 08:08 AM -
MySQL - Delete duplicates in a table
To remove duplicates in a table set up as follows: CREATE TABLE IF NOT... Read more
MySQLJuly 20, 2009 at 04:53 AM -
MySQL - Installation under Windows
Since version 3.23.19, MySQL is licensed under GPL (both under Linux and... Read more
MySQLMarch 29, 2013 at 04:28 AM -
MySQL - Importing and exporting data
Databases management systems such as MySQL can easily and with great... Read more
MySQLMarch 29, 2013 at 04:27 AM