About 13,000,000 results
Open links in new tab
  1. How to Manage MySQL Databases and Users from the Command Line

    Apr 20, 2019 · MySQL is the most popular open-source relational database management system. This tutorial explains how to use the command line to create and manage MySQL and …

  2. database - How to switch users on MySQL? - Stack Overflow

    Nov 9, 2023 · To switch the only way in command line is : Go to Windows command prompt. (c) 2015 Microsoft Corporation. All rights reserved. C:\Program Files\MySQL\MySQL Server …

  3. How to select a MySQL database through CLI? - Stack Overflow

    I've managed to get into MySQL using the command line terminal, but when I tried to enter some SQL, it said 'no database selected' how do I select a database? my database name is: …

  4. database - How to connect to MySQL from the command line - Stack Overflow

    Jun 22, 2023 · Use the following command to get connected to your MySQL database. mysql -u USERNAME -h HOSTNAME -p. Use below command to do the login to remote mysql server. …

  5. Managing MySQL databases, users, and tables from the command line

    This article describes how to do common MySQL database administration tasks from the command line using the mysql program. These common tasks include creating and deleting …

  6. How To Use MySQL From The Command Line [With Examples]

    Apr 1, 2025 · Once the MySQL shell is installed, follow the steps below to connect client against a given user login: #1) Open the shell/terminal in Mac/Linux (or command prompt in Windows)

  7. How to use MySQL cmd commands to manage database users

    Dec 10, 2024 · MySQL allows administrators to create, modify, and delete users using command-line tools like CREATE USER, ALTER USER, and DROP USER. Each user can have specific …

  8. How To Manage MySQL Users And Databases From MySQL prompt

    May 31, 2022 · This tutorial will show you how to manage your database and database user from the MySQL command line. Before we start this tutorial, make sure you have installed the latest …

  9. Mastering MySQL Command Line: Commands, Security, and …

    May 4, 2025 · This article focuses on MySQL command line operations, covering everything from basic command usage for database creation, management, and user privilege settings to …

  10. MySQL Command Line - Database and User Creation

    In this guide I show how to create a new database using the MySQL command line console. I also demonstrate creating a new user to manage this database and how to confirm a web …

  11. Some results have been removed
Refresh