Answers for "add xampp mysql to system environment"

4

add mysql to path

For windows users only!
I had a lot of trouble for this one, but I found the solution.
Visit this page: https://overiq.com/installing-mysql-windows-linux-and-mac/

And then follow the steps, but instead of putting this (in step 5):
C:Program FilesMySQLMySQL Server x.ybinmysql.exe

Put this:
C:Program FilesMySQLMySQL Server x.ybin
Posted by: Guest on September-04-2020
0

how to connect to xampp sql server on windows cmd

cd c:xamppmysqlbin
mysql.exe -u root --password
Posted by: Guest on August-15-2020

Browse Popular Code Answers by Language