Issues with WAMP server | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Issues with WAMP server

I am VERY new to SQL. I supposed to link python with SQL and machine learning (data science stuff). I downloaded WAMP server. It requested for MSVR120.DLL. somehow, I couldn't solve that problem. I have downloaded and installed several versions C++ redistribution softwares, still abortive. Somehow I was able to run the software on Explorer but couldn't login to MYSQL with the default username. But the same username logged me in to MariaDB (both are present on the WAMP). I don't know if MariaDB and MYSQL are the same. Cos somehow I couldn't create ordinary table on MariaDB and I have NEVER seen MYSQL interface before.

7th Sep 2019, 8:38 PM
Powersurge
Powersurge - avatar
2 Answers
0
If MariaDB supports Structure Query Language (SQL), Then definitely it must accept SQL commands. Also to check if you have created a table , write SHOW TABLES;
9th Sep 2019, 9:08 AM
Gh0stR
Gh0stR - avatar
0
Ok. I will check again thanks.
9th Sep 2019, 2:24 PM
Powersurge
Powersurge - avatar