tampi Posted November 1, 2021 Posted November 1, 2021 Hi, How can I connect phpMyAdmin SQL Database with Autoit ?
spudw2k Posted November 1, 2021 Posted November 1, 2021 phpMyAdmin is just a user interface to a backend database. Are you sure the backend DB is SQL, or is it MySQL, or something else. I have used AutoIt to interact with ODBC connections (see my signature for ADODB Example). It doesn't look like Microsoft has native MySQL connector/driver, but MySQL has a download for one. There also appears to be a UDF for MySQL database interaction here: Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
Leendert-Jan Posted November 1, 2021 Posted November 1, 2021 What exactly do you want to do in PHPMyAdmin? What have you tried so far? If you need to interact with MySQL itself, your best bet is to look at the EzMySQL UDF, like spudw2k suggested.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now