Monday, November 10, 2025
Home Blog Page 380

Connect to a MySQL server using the mysql command

The mysql command provides a text-based interface into the MySQL database server. Once connected, SQL commands can be issued to the server to make queries, create or alter databases or tables, or many other operations.

Determine the version of MySQL server

How do I tell what version of MySQL server that I am running?

Create a MySQL database

SQL command used to create to create a db.

Display a list of databases on a MySQL server

Use the ‘show databases’ command to display the list of dbs on the server.

Select a MySQL database to use

A single instance of MySQL can hold many separate databases. It is important to specify the database to which subsequent commands will be issued.

Describe the column structure of a MySQL table

The SQL command ‘describe’ allows you to view the column structure of a MySQL table. It provides a listing of the columns of a table, the type of each column, and additional information on each column.

Drop or delete a table in MySQL

To remove a table from a MySQL database, and remove all of its data, use the following SQL command.

Google Calendar: How do I move events from one calendar to another?

To keep events organized in Google Calendar, there may be times that you want to move your previously created events from one calendar to another. Here are the steps you need to perform to do this.

Accessing Google with OS X’s Parental Controls Enabled

For many years mac computers using parental controls have had difficulty accessing secure (HTTPS) sites. The generated errors appear as cryptic SSL errors. These steps should get your mac successfully connected to google services such as gmail.

IE9: Set multiple home pages for a pinned site

The pin site to the taskbar feature in IE9 is very useful when you want to visit a site quickly. It is even more handy when you can group a number of sites in a pinned site and launch all of them in one click.

Yahoo Messenger: Prevent changing status when listening to Yahoo Music

The status feature in Yahoo is usually used to show to your friends what you are up to. However, when you use Yahoo! Music, the status will be changed to what you are listening to. If you don’t want to display a song name in the status field, there’s a way to prevent it from happening.

iTunes: How to View and Download Previously Purchased Music, Apps, and Books

With the introduction of iTunes in the Cloud, you can easily download previously purchased music, apps, and/or books to your computer. This is especially great when you want to listen to a previously purchased album on your computer that you bought on your iOS device.

Stay Connected

16,985FansLike
2,458FollowersFollow
61,453SubscribersSubscribe

Latest Articles

Latest Reviews

Latest Comments

error: Content is protected !!