About 125,000 results
Open links in new tab
  1. How to retrieve the current version of a MySQL database …

    Jan 24, 2012 · Linux: Mysql view version: from PHP. From a PHP function, we can see the version used: mysql_get_server_info ([resource $ link_identifier = NULL]): string Linux: Mysql …

  2. How to get MySQL server info using command line?

    May 2, 2024 · Try just status:. mysql> status ----- mysql Ver 14.14 Distrib 5.5.33, for osx10.7 (i386) using readline 5.1 Connection id: 3 Current database: somedb Current user: …

  3. How to connect to MySQL from the command line

    Jun 22, 2023 · mysql -u root -p: This with connect to user called root, -p flag will prompt for a password. Option 2: mysql -u root -p<PASSWORD>: Here you enter the password directly into …

  4. mysql is not recognised as an internal or external …

    Then add the address of the MySql bin in windows C the path by clicking new path option, in my laptop MySql was here so added this path C:\Program Files\MySQL\MySQL Server 8.0\bin, …

  5. MySQL: check what version : 32 bit or 64 bit? - Stack Overflow

    Aug 8, 2013 · mysql> \s ----- C:\xampp\mysql\bin\mysql.exe Ver 14.14 Distrib 5.6.11, for Win32 (x86) Connection id: 25 Current database: Current user: ODBC@localhost SSL: Not in use …

  6. How to connect from windows command prompt to mysql …

    First, open your command prompt with Administrator. Go to MySQL installed directory and copy path and past on command prompt like:- C:\Program Files\MySQL\MySQL Server 5.7\bin> …

  7. macos - Check mySQL version on Mac 10.8.5 - Stack Overflow

    Oct 19, 2013 · How can I check (step-by-step ) the version of mySQL installed on my Mac 10.8.5? I tried using command prompt, but couldn't figure out.

  8. I cannot check the version of mysql being installed

    Dec 11, 2018 · The first approach which I tried is to go to the C:\xampp\mysql\bin folder and try out all the possible commands like mysql -v, mysql --v, mysql --version, mysql -version and so …

  9. How can i check the mysql server is installed or not before …

    Jul 16, 2013 · Case 2:- Is there any files or directories with the name of MySQL in the entire system and required services of Mysql are running or not. a. first check whether is there any …

  10. MySQL command line client for Windows - Stack Overflow

    Feb 14, 2013 · For Windows users: 1.Install the full version of MYSQL 2.On the Windows 10 start button click on search and type in MySQL 3. Select the MYSQL Command Line Client 5.5 (I …

Refresh