Search found 9 matches
- Wed Jan 07, 2004 10:48 am
- Forum: ZoneMinder Previous Versions
- Topic: database
- Replies: 1
- Views: 1464
database
still having some probs, i believe i have created the databse, but i now get the following error on the make: make make all-recursive make[1]: Entering directory `/tmp/zm-0.9.16' Making all in src make[2]: Entering directory `/tmp/zm-0.9.16/src' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/sbin ...
- Wed Jan 07, 2004 10:47 am
- Forum: ZoneMinder Previous Versions
- Topic: database
- Replies: 0
- Views: 1232
- Tue Jan 06, 2004 10:25 am
- Forum: ZoneMinder Previous Versions
- Topic: frustrating zm.php problem
- Replies: 3
- Views: 2898
Re: frustrating zm.php problem
had the same thing on my box, it would open it up and show the coding in the browser, or in a different browset it would ask me to download it.
i had to add in php support to my apache, then it worked
dave
i had to add in php support to my apache, then it worked
dave
- Sun Jan 04, 2004 5:55 pm
- Forum: ZoneMinder Previous Versions
- Topic: creating a database and where and how
- Replies: 5
- Views: 3805
Re: creating a database and where and how
have checked the file and all looks fine to me.(what do i know). this is the content of the zmschema.sql file -- MySQL dump 8.21 -- -- Host: localhost Database: zm --------------------------------------------------------- -- Server version 3.23.49 -- -- Current Database: zm -- CREATE DATABASE ...
- Sun Jan 04, 2004 5:51 pm
- Forum: ZoneMinder Previous Versions
- Topic: creating a database and where and how
- Replies: 5
- Views: 3805
Re: creating a database and where and how
the reason i added mysqluser is the user dave has no sql access
and i thought adding the username at the end may give me access
like this
mysql mysql < zmschema.sql mysqluser
but it didnt work
and i thought adding the username at the end may give me access
like this
mysql mysql < zmschema.sql mysqluser
but it didnt work
- Sun Jan 04, 2004 5:49 pm
- Forum: ZoneMinder Previous Versions
- Topic: creating a database and where and how
- Replies: 5
- Views: 3805
Re: creating a database and where and how
hi phil,
well i can run mysql mysql this is the output
[dave@localhost db]$ mysql mysql
ERROR 1044: Access denied for user: '@localhost' to database 'mysql'
well i can run mysql mysql this is the output
[dave@localhost db]$ mysql mysql
ERROR 1044: Access denied for user: '@localhost' to database 'mysql'
- Sun Jan 04, 2004 2:02 pm
- Forum: ZoneMinder Previous Versions
- Topic: creating a database and where and how
- Replies: 5
- Views: 3805
Re: creating a database and where and how
this is the output from mysql mysql < zmschema.sql [dave@localhost db]$ mysql mysql < zmschema.sql mysqluser mysql Ver 12.22 Distrib 4.0.17, for pc-linux (i686) Copyright (C) 2002 MySQL AB This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to modify and ...
- Sat Jan 03, 2004 4:57 pm
- Forum: ZoneMinder Previous Versions
- Topic: libmysqlclient.a Installation problem
- Replies: 7
- Views: 4987
Re: libmysqlclient.a Installation problem
try this web site
http://rpmfind.net/linux/RPM/
and search for mysql-devel and mysql-client, im on redhat 9 and had to update all sorts from g++ to mysql for zoneminder and gaim
http://rpmfind.net/linux/RPM/
and search for mysql-devel and mysql-client, im on redhat 9 and had to update all sorts from g++ to mysql for zoneminder and gaim
- Sat Jan 03, 2004 4:52 pm
- Forum: ZoneMinder Previous Versions
- Topic: creating a database and where and how
- Replies: 5
- Views: 3805
creating a database and where and how
hi, sorry but still very green. i've had a load of probs installing the application - the libjpeg.a problem with a dependancy, which one i didnt find out. the only way around that was to update redhat 9, then it went passed the libjpeg.a. i think they call it dependency hell.... my next obsticle is ...