XAMPP, SQL BASIC COMMANDS
Microsoft Windows [Version 10.0.19042.867] (c) 2020 Microsoft Corporation. All rights reserved. C:\Users\darul Haram>../.. '..' is not recognized as an internal or external command, operable program or batch file. C:\Users\darul Haram>cd../.. C:\>xampp 'xampp' is not recognized as an internal or external command, operable program or batch file. C:\>cd xampp C:\xampp>cd mysql C:\xampp\mysql>cd bin C:\xampp\mysql\bin>../ '..' is not recognized as an internal or external command, operable program or batch file. C:\xampp\mysql\bin>cd .// C:\xampp\mysql\bin>cd ../ C:\xampp\mysql> -u root -p -h localhost '-u' is not recognized as an internal or external command, operable program or batch file. C:\xampp\mysql>cd bin C:\xampp\mysql\bin>cd mysql The system cannot find the path specified. C:\xampp\mysql\bin>mysql -u root -p -h localhost Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB ...
Comments
Post a Comment