sf.basilix
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by sf.basilix-
sf.basilix commented,
MySQL uses a PID file to know what the process ID is, when running on your system. According to your error, it cannot locate the file, which should be /var/lib/mysql/hostname.pid. If that file does...
-
sf.basilix commented,
if you have access to the /etc/passwd file you can do the following to find out who it is: grep 703 /etc/passwd
-
sf.basilix created a post,
cPanel API for create table in database?
I've come across a hurdle while trying to develop a website using the cPanel APIs (
-
sf.basilix commented,
[quote="tdl, post: 1734502">Can you clarify, do you want to store this data in a MySQL table or do you want to output as an HTML table? I'm trying to learn this and am curious how to do this also ...