Showing entries 3341 to 3350 of 44814
« 10 Newer Entries | 10 Older Entries »
ALTER TABLE in MySQL: Friend or Foe?

The ALTER TABLE statement is one of the most frequently used statements in the MySQL world - the statement allows you to add, delete or modify columns in a table. In this blog post we will try to look deeper into what it is, what it does and when should it be used.

What is ALTER TABLE and What Does it Do?

As already mentioned above, the ALTER TABLE statement enables DBAs and developers to add, delete or modify columns in a table. Simply put ALTER TABLE changes the structure of a table - it enables you to add, delete columns, add or remove indexes, rename columns or change their type.

When and How Do I Use ALTER TABLE?

In order to use ALTER TABLE you generally need the ALTER, CREATE and INSERT privileges. For renaming a table, required privileges are ALTER and DROP for the old table, then CREATE, ALTER and INSERT privileges …

[Read more]
FOSDEM 2021 MySQL Devroom CfP is now open!

As you already read, MySQL Devroom will be present during FOSDEM’21. The selection committee has been announced yesterday and
today we open the Call for Paper !

This event is a real success story for the MySQL ecosystem; the content, the speakers and the attendees are growing every year.

The MySQL Developer room focuses on MySQL and its Ecosystem.

It will run on Sunday 7th February.

New rules / What changes since last year:

  • For obvious reasons, this year the event will not take place in a physical location but online.
  • The reference time will be Brussels local time (CET).
  • Talks will be pre-recorded, and streamed during the event – Before proposing a …
[Read more]
FOSDEM 2021 MySQL Devroom: the Committee

The MySQL Devroom is pleased to announce the committee that will decide on the talks to be presented for this totally new format of the next FOSDEM edition. Indeed, if you are not yet aware of it, FOSDEM 2021 will be an online event. Every year we are overwhelmed with submissions and it’s the committee that has the thankless task of deciding on the final selections and agenda.

Every year, we try to have a mix of experienced members knowing the process of the devroom talks rating and expect them to mentor the new members.

This year’s committee members are:

[Read more]
Using MySQL Workbench with MySQL Database Service

Recently (earlier today), I blogged about how to use PHPMyAdmin with a MDS instance. I also showed at the end of the video that it’s possible to open MySQL Router on the compute instance to connect from anywhere. However this has security risks of course. Therefor, it’s not recommended.

If you want to connect from on-premise to your MDS instance you should use a VPN or a SSH tunnel. Take a look at these previous post:

[Read more]
How to deploy a MySQL Database Service Instance with PHPMyAdmin

I recently received several messages from developers not being comfortable with command line when they need to create schemas, tables, … They were asking me for an easy alternative when testing MDS.

There is a very popular tool in the developer community to manage their databases in MySQL: PHPMyAdmin.

So if you are trying MDS (MySQL Database Service in Oracle Cloud Infrastructure), it’s possible to deploy such instance with a compute instance hosting PHPMyAdmin very easily using OCI’s Resource Manager and a stack (zip file) that you can find here: https://github.com/lefred/oci-phpmyadmin-mds/releases/tag/1.1.0

If you want to try MDS in OCI, you can get free credits using this url: …

[Read more]
Regular MySQL Webinars

We are happy to inform you know about regular MySQL Webinars run by Carsten Thalheimer, the MySQL Solution Engineer. They are scheduled once a month and they are fully virtual. See details below:

  • In English:
  • In German
    • Timing: every first Friday of a month
    • Focus: German speaking audience (focus D-A-CH)
    • Webinar Title: Things I should have known before I installed MySQL... …
[Read more]
Regular MySQL Webinars

We are happy to inform you know about regular MySQL Webinars run by Carsten Thalheimer, the MySQL Solution Engineer. They are scheduled once a month and they are fully virtual. See details below: In English: Timing: every first Thursday of a month Focus: English speaking audience (focus Middle East)...

Introducing MySQL Database Service and MySQL Analytics Engine

This blog includes: Keynote video highlights, link to full keynote, product demo, testimonial, upcoming MySQL Database Service and Analytics Engine webinars, and more. Today the MySQL team introduces the MySQL Database Service with the MySQL Analytics Engine. 1. Watch the keynote highlights: 2. See ...

Breakthrough Enhancements in MySQL Database Service with Analytics Engine

Introduction MySQL is the most popular open-source database and many organizations choose MySQL to store their valuable enterprise data. MySQL is optimized for OLTP, but it is not designed for analytic processing. As a result, organizations which need to efficiently run analytics on data stored in M...

Enabling jemalloc on Percona Server for MySQL 5.7 and 8.0 Series

The benefits of jemalloc versus glibc memory allocator for use with MySQL have been widely discussed. With jemalloc (along with Transparent Huge Pages disabled) there is less memory fragmentation, and thus more efficient resource management of the server memory. For MySQL 5.6, installing jemalloc is enough to enable it when starting the MySQL process. However, for MySQL 5.7 and 8.0.X series, you will need to take a few extra steps.

Enabling jemalloc on Percona Server for MySQL

Installing the jemalloc package is simple for Percona. This is because the library is available on the Percona repository, which is available for both apt and yum package management:

[Read more]
Showing entries 3341 to 3350 of 44814
« 10 Newer Entries | 10 Older Entries »