Re: mysql_init() issue on HPUX

2005-02-08 Thread Gleb Paharenko
Hello. > Operating system error number 13 in a file >I check the permission on the files and directories. The user 'mysql' > and group 'mysql' have access to the data directory and to the files. Check that you really run the mysqld under the 'mysql' account. Have you applied the patches

mysql_init() issue on HPUX

2005-02-07 Thread yigal.spinner
I'm new to the mySql product. I have installed the mySql binaries on my HPUX machine and followed the instructions. I tested that the command line 'mysql' is working and I can create databases, users and import data. I wrote a simple C program that does mysql_init(NULL) and then connects to t