home.social

Search

1000 results for “lefred”

  1. Slides of my session about MariaDB Innovation during the Dublin Meetup are now online! speakerdeck.com/lefred/mariadb 🦭🇮🇪🍀🍕

  2. Dealing with caching_sha2_password as authentication method in MariaDB Server
    MariaDB Server supports different authentication methods just like MySQL.

    Depending on your installation, the number of available and active authentication plugins can vary.

    But you should always have those 3 by default:

    MariaDB > select plugin_name from information_schema.plugins

    lefred.be/content/dealing-with

  3. Dealing with caching_sha2_password as authentication method in MariaDB Server
    MariaDB Server supports different authentication methods just like MySQL.

    Depending on your installation, the number of available and active authentication plugins can vary.

    But you should always have those 3 by default:

    MariaDB > select plugin_name from information_schema.plugins

    lefred.be/content/dealing-with
    #MariaDB

  4. Dealing with caching_sha2_password as authentication method in MariaDB Server
    MariaDB Server supports different authentication methods just like MySQL.

    Depending on your installation, the number of available and active authentication plugins can vary.

    But you should always have those 3 by default:

    MariaDB > select plugin_name from information_schema.plugins

    lefred.be/content/dealing-with
    #MariaDB

  5. Dealing with caching_sha2_password as authentication method in MariaDB Server
    MariaDB Server supports different authentication methods just like MySQL.

    Depending on your installation, the number of available and active authentication plugins can vary.

    But you should always have those 3 by default:

    MariaDB > select plugin_name from information_schema.plugins

    lefred.be/content/dealing-with
    #MariaDB

  6. Adding a New Data Type to MariaDB with Type_handler – Part 3
    In the previous article, we wrote, compiled, and tested our first custom data type for MariaDB using the Type_handler framework.

    But currently, aside from allowing the use of its new name (MONEY) and listing it in the metadata, our new data type behaves exactly like a DOUBLE, the class it inherits from.

    In
    lefred.be/content/adding-a-new

  7. Adding a New Data Type to MariaDB with Type_handler – Part 3
    In the previous article, we wrote, compiled, and tested our first custom data type for MariaDB using the Type_handler framework.

    But currently, aside from allowing the use of its new name (MONEY) and listing it in the metadata, our new data type behaves exactly like a DOUBLE, the class it inherits from.

    In
    lefred.be/content/adding-a-new
    #DataType #MariaDB #Plugins

  8. Adding a New Data Type to MariaDB with Type_handler – Part 3
    In the previous article, we wrote, compiled, and tested our first custom data type for MariaDB using the Type_handler framework.

    But currently, aside from allowing the use of its new name (MONEY) and listing it in the metadata, our new data type behaves exactly like a DOUBLE, the class it inherits from.

    In
    lefred.be/content/adding-a-new
    #DataType #MariaDB #Plugins

  9. Adding a New Data Type to MariaDB with Type_handler – Part 3
    In the previous article, we wrote, compiled, and tested our first custom data type for MariaDB using the Type_handler framework.

    But currently, aside from allowing the use of its new name (MONEY) and listing it in the metadata, our new data type behaves exactly like a DOUBLE, the class it inherits from.

    In
    lefred.be/content/adding-a-new
    #DataType #MariaDB #Plugins

  10. Long live to dbdeployer!
    As you know, MySQL-Sandbox and then dbdeployer have always been part of the Swiss Army knife for DBAs trying to evaluate, test, or reproduce issues with a certain version of their database.

    The author, Giuseppe Maxia, aka the datacharmer, produced incredible work on these two projects. Unfortunately, Giuseppe decided to archive the project in 2023. Read the announcement.

    B
    lefred.be/content/long-live-to

  11. DBeaver, a solid alternative to MySQL Workbench that works like a charm with MariaDB
    You may have noticed that MySQL Workbench has not been actively developed for a long time... You can see the number of open bugs. And the number of commits illustrates this too:

    In fact, Workbench has been put out of maintenance mode to add the MySQL HeatWave Migr
    lefred.be/content/dbeaver-a-so

  12. A Friendly Reset: Understanding the MariaDB Foundation’s Role 🦭 - the Galera Case as an example lefred.be/content/a-friendly-r

  13. In 3 days, the preFOSDEM MySQL Belgian Days: a new era for MySQL Community Edition - don't miss it! lefred.be/content/prefosdem-my 🐬 🇧🇪

  14. The agenda 🗓️ of the preFOSDEM ⚙️ MySQL 🐬 Belgian 🇧🇪 Days is now online!! Check it out!! lefred.be/content/prefosdem-my

  15. preFOSDEM MySQL Belgian Days 2026 – Agenda
    I am pleased to unveil the agenda for our two days dedicated to MySQL and its community just before FOSDEM.

    The preFOSDEM MySQL Belgian Days will take place on January 29 and 30th in Brussels.

    We received many excellent proposals from a wonderful panel of experienced, well-known speakers.

    We decided to provide as much content as possible, and th
    lefred.be/content/prefosdem-my

  16. Deploying on OCI with the starter kit – part 8 (using MySQL REST Service)
    The starter kit deploys a MySQL HeatWave DB System on OCI and enables the MySQL REST Service automatically:

    The REST Service enables us to provide access to data without requiring SQL. It also provides access to some Gen AI functionalities available in MySQL
    lefred.be/content/deploying-on

  17. Deploying on OCI with the starter kit – part 8 (using MySQL REST Service)
    The starter kit deploys a MySQL HeatWave DB System on OCI and enables the MySQL REST Service automatically:

    The REST Service enables us to provide access to data without requiring SQL. It also provides access to some Gen AI functionalities available in MySQL
    lefred.be/content/deploying-on
    #Cloud #HeatWave #MDS #MySQL #MySQLRESTService #OCI

  18. Deploying on OCI with the starter kit – part 8 (using MySQL REST Service)
    The starter kit deploys a MySQL HeatWave DB System on OCI and enables the MySQL REST Service automatically:

    The REST Service enables us to provide access to data without requiring SQL. It also provides access to some Gen AI functionalities available in MySQL
    lefred.be/content/deploying-on
    #Cloud #HeatWave #MDS #MySQL #MySQLRESTService #OCI

  19. Deploying on OCI with the starter kit – part 8 (using MySQL REST Service)
    The starter kit deploys a MySQL HeatWave DB System on OCI and enables the MySQL REST Service automatically:

    The REST Service enables us to provide access to data without requiring SQL. It also provides access to some Gen AI functionalities available in MySQL
    lefred.be/content/deploying-on
    #Cloud #HeatWave #MDS #MySQL #MySQLRESTService #OCI

  20. Deploying on OCI with the starter kit – part 7 (GenAI in HeatWave)
    We saw in part 6 how to use OCI's GenAI Service. GenAI Service uses GPUs for the LLMs, but did you know it's also possible to use GenAI directly in MySQL HeatWave? And by default, those LLMs will run on CPU. The cost will then be reduced.

    This means that when you are connected to your MySQL Hea
    lefred.be/content/deploying-on

  21. Deploying on OCI with the starter kit – part 7 (GenAI in HeatWave)
    We saw in part 6 how to use OCI's GenAI Service. GenAI Service uses GPUs for the LLMs, but did you know it's also possible to use GenAI directly in MySQL HeatWave? And by default, those LLMs will run on CPU. The cost will then be reduced.

    This means that when you are connected to your MySQL Hea
    lefred.be/content/deploying-on
    #Cloud #GenAI #HeatWave #MDS #OCI

  22. Deploying on OCI with the starter kit – part 7 (GenAI in HeatWave)
    We saw in part 6 how to use OCI's GenAI Service. GenAI Service uses GPUs for the LLMs, but did you know it's also possible to use GenAI directly in MySQL HeatWave? And by default, those LLMs will run on CPU. The cost will then be reduced.

    This means that when you are connected to your MySQL Hea
    lefred.be/content/deploying-on
    #Cloud #GenAI #HeatWave #MDS #OCI

  23. Deploying on OCI with the starter kit – part 7 (GenAI in HeatWave)
    We saw in part 6 how to use OCI's GenAI Service. GenAI Service uses GPUs for the LLMs, but did you know it's also possible to use GenAI directly in MySQL HeatWave? And by default, those LLMs will run on CPU. The cost will then be reduced.

    This means that when you are connected to your MySQL Hea
    lefred.be/content/deploying-on
    #Cloud #GenAI #HeatWave #MDS #OCI

  24. Deploying on OCI with the starter kit – part 5 (connecting to the database II)
    In part 4 of our series on the OCI Hackathon Starter Kit, we saw how to connect to the deployed MySQL HeatWave instance from our clients (MySQL Shell, MySQL Shell for VS Code, and Cloud Shell). In this post, we will see how to connect from an application usin
    lefred.be/content/deploying-on
    #Cloud #Devel #HeatWave #MDS #MySQL #OCI #Python

  25. Deploying on OCI with the starter kit – part 5 (connecting to the database II)
    In part 4 of our series on the OCI Hackathon Starter Kit, we saw how to connect to the deployed MySQL HeatWave instance from our clients (MySQL Shell, MySQL Shell for VS Code, and Cloud Shell). In this post, we will see how to connect from an application usin
    lefred.be/content/deploying-on

  26. Deploying on OCI with the starter kit – part 5 (connecting to the database II)
    In part 4 of our series on the OCI Hackathon Starter Kit, we saw how to connect to the deployed MySQL HeatWave instance from our clients (MySQL Shell, MySQL Shell for VS Code, and Cloud Shell). In this post, we will see how to connect from an application usin
    lefred.be/content/deploying-on
    #Cloud #Devel #HeatWave #MDS #MySQL #OCI #Python

  27. Deploying on OCI with the starter kit – part 5 (connecting to the database II)
    In part 4 of our series on the OCI Hackathon Starter Kit, we saw how to connect to the deployed MySQL HeatWave instance from our clients (MySQL Shell, MySQL Shell for VS Code, and Cloud Shell). In this post, we will see how to connect from an application usin
    lefred.be/content/deploying-on
    #Cloud #Devel #HeatWave #MDS #MySQL #OCI #Python

  28. Deploying on OCI with the starter kit – part 5 (connecting to the database II)
    In part 4 of our series on the OCI Hackathon Starter Kit, we saw how to connect to the deployed MySQL HeatWave instance from our clients (MySQL Shell, MySQL Shell for VS Code, and Cloud Shell). In this post, we will see how to connect from an application usin
    lefred.be/content/deploying-on
    #Cloud #Devel #HeatWave #MDS #MySQL #OCI #Python