Blogs

Stay ahead with the latest trends in custom software development. Explore how AI, automation, and cloud solutions are shaping the future of business technology.

2002 Cannot log in to the MySQL server – MAC

2002 Cannot log in to the MySQL server – MAC To fix In /etc/php.ini, replaced the three occurences of /var/mysql/mysql.sock with /tmp/mysql.sock prompt% sudo chmod u+w php.ini   <- had to give myself write permission to that file.. you may need to become root user to actually edit the file.. depends who owns php.ini Now edit […]
Continue Reading

Data from a Pivot

see the example below: [vb] Sub PTTest() Dim SH As Worksheet ‘ the current worksheet from the colection of workbooks Dim PT As PivotTable ‘ the current pivot table from the current worksheet Dim PTC As Range ‘ the cell range of the current pivot table Dim Tmp AsString’ the buffer for concatenated cell values […]
Continue Reading