graspingtech.com Open in urlscan Pro
35.212.114.177  Public Scan

URL: https://graspingtech.com/install-mysql-freebsd/
Submission Tags: falconsandbox
Submission: On April 18 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://graspingtech.com/

<form role="search" method="get" class="searchform" action="https://graspingtech.com/">
  <label>
    <span class="screen-reader-text">Search for:</span>
    <input type="search" class="search-field" placeholder="Enter search keywords" value="" name="s" title="Search for:">
  </label>
  <input type="submit" class="search-submit" value="Search">
</form>

POST

<form action="" method="post" id="" class="trellis-proxy-form">
</form>

<form class="trellis-comment-form"><label for="content">Comment</label><textarea name="content" id="content" placeholder="Write your comment..." rows="5" required=""></textarea>
  <div class="trellis-comment-form-outer-box">
    <div class="trellis-comment-form-box">
      <div class="trellis-comment-form-box-inputGroup"><label for="author_name">Name *</label><input name="author_name" id="author_name" placeholder="Name"></div>
      <div class="trellis-comment-form-box-inputGroup"><label for="author_email">Email *</label><input type="email" name="author_email" id="author_email" placeholder="Email"></div><button type="button" class="trellis-comment-form-button"
        disabled="">Comment</button>
    </div>
  </div>
</form>

GET https://graspingtech.com/

<form role="search" method="get" action="https://graspingtech.com/" class="wp-block-search__button-inside wp-block-search__text-button wp-block-search"><label class="wp-block-search__label screen-reader-text"
    for="wp-block-search__input-1">Search</label>
  <div class="wp-block-search__inside-wrapper " style="width: 100%"><input class="wp-block-search__input" id="wp-block-search__input-1" placeholder="" value="" type="search" name="s" required=""><button aria-label="Go"
      class="wp-block-search__button wp-element-button" type="submit">Go</button></div>
</form>

Text Content

Skip to Content
Search Magnifying Glass
Search for:
Close Search ×
 * Apps
 * Cybersecruity
 * Social Media
 * Streaming




HOW TO INSTALL MYSQL SERVER ON FREEBSD

0 Comments

This tutorial shows you how to install MySQL Server on a FreeBSD system.

FreeBSD simplifies software management with its packaging system and ports
collection. Packages and ports automate the install, uninstall, and
configuration process of thousands of software packages.

Tech and Gaming


0 seconds of 34 secondsVolume 0%

Press shift question mark to access a list of keyboard shortcuts
Keyboard ShortcutsEnabledDisabled
Play/PauseSPACE
Increase Volume↑
Decrease Volume↓
Seek Forward→
Seek Backward←
Captions On/Offc
Fullscreen/Exit Fullscreenf
Mute/Unmutem
Decrease Caption Size-
Increase Caption Size+ or =
Seek %0-9

facebook twitter Email pinterest
Linkhttps://ts.adthrive.com/tech
Copied
Auto180p720p540p406p360p270p180p
Live
00:00
00:34
00:34







 

Let’s take a look at how to install MySQL on FreeBSD with the package manager.


INSTALL WITH PACKAGE MANAGER

1. Switch to the root user.



su -


2. Update FreeBSD repository.

pkg update


If it’s your first time running the pkg update command, you might be asked to
install the package management tool.

The package management tool is not yet installed on your system.
Do you want to fetch and install it now? [y/N]: 


Type y and hit ENTER to install the package management tool and update the
repositories.

3. Now we can install MySQL with the following command.

pkg install mysql80-server mysql80-client


Note: If you want to install a different version of MySQL you can search for
different packages using pkg search mysql.

4. Enable MySQL so that it starts when FreeBSD boots.

service mysql-server enable


5. Start MySQL now.Advertisements



service mysql-server start



TEST MYSQL

You should now be able to login as the root user with the MySQL client by
running the following command.

mysql -u root


Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 42
Server version: 8.0.26 Source distribution

Copyright (c) 2000, 2021, Oracle and/or its affiliates.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

root@localhost [(none)]> 

David Miller

David Miller is a seasoned tech aficionado with a profound expertise in NGINX
and Ubuntu. With a career spanning over a decade, David has honed his skills in
optimizing web servers and enhancing server performance to perfection. His
deep-rooted passion for open-source technologies has led him to become a go-to
resource in the field. Whether it’s crafting intricate NGINX configurations or
troubleshooting complex Ubuntu server issues, David’s problem-solving prowess
shines through.



By Author David Miller

Posted on Published: August 28, 2023 - Last updated: August 29, 2023

Categories Blog


POST NAVIGATION

Install Kubernetes on Ubuntu 20.04 with CRI-O

How to Install PostgreSQL on Ubuntu Linux 20.04



Comments


Comment
Name *
Email *
Comment
Search
Go







ABOUT US

GraspingTech.com is a go-to resource for tech enthusiasts who love gadgets, tech
news, and being in the know!

IMPORTANT PAGES

 * About Us
 * Privacy Policy
 * Write For Us

ADVERTISING OPPORTUNITIES

Don't get left behind—your rivals are already gaining an edge by advertising
with us. Stay competitive and join them now.

All Rights Reserved. GraspingTech.com 2023




Update Privacy Preferences
A Raptive Partner Site