Group: Member 
Post Group: Newbie
Posts: 6
Status: 
|
I installed the latest ampps the normal way with all defaults, and I can access the MySQL databases using phpMyAdmin, but I'm not seeing how to access them through command-line. If I open a Windows CLI or Git Bash CLI in C:\Servers\Ampps\mysql\bin then run mysqld, it says mysqld: command not found.
If I add the path to Environment Variables, I get this weird output:
2018-05-31 12:22:38 0 [Warning] TIMESTAMP with implicit DEFAULT value is depreca
ted. Please use --explicit_defaults_for_timestamp server option (see documentati
on for more details).
2018-05-31 12:22:38 0 [Note] --secure-file-priv is set to NULL. Operations relat
ed to importing and exporting data are disabled
2018-05-31 12:22:38 0 [Note] mysqld (mysqld 5.6.37) starting as process 30288 ..
It looks like it's running mysqld as a process but it doesn't give me the normal mysql prompt that I can run mysql commands with.
|