archive | mysql RSS feed for this section

Importing or Exporting comma-separated (CSV) and other text-based files to / from MySQL databases

If you need to import data from CSV or other text-based files to a MySQL database or vice-versa, you can use the LOAD DATA or SELECT INTO OUTFILE statements explained in this post.

Read more

List of cPanel / WHM Inbound and Outbound Ports

This post lists Inbound and Outbound Ports used by the cPanel and WHM software that should be opened if you’re running WHM behind a firewall.

Read more

Enabling remote access to a MySQL Database Server

By default, remote access to the MySQL database service is disabled. If you need to enable remote access, you can follow these steps.

Read more

Displaying MySQL CLI query output vertically

The MySQL CLI is a great tool to test queries, but output containing many columns usually breaks onto new lines, rendering the results unreadable.

Read more

Changing the default MySQL root (or other user) password

In new MySQL installations, the default root password is set to ” (nothing), which poses a huge security risk on production servers.

Read more

MySQL 5, PHP 5 and Apache2 configuration on OS X 10.5.* (Leopard)

Apple’s OS X 10.5.* (Leopard) comes with Apache2 and PHP5 preinstalled, but the PHP5 module is disabled by default. This tutorial demonstrates how to enable it and install MySQL, the MySQL Query Tools and phpMyAdmin.

Read more

Afrigator