Displaying 16 results from an estimated 16 matches for "mysql4".
Did you mean:
mysql
2007 May 29
1
centosplus :: php5 + mysql4 :: possible?
Hi,
I was wondering if anyone came across this problem before:
I'm trying to install php5 from the centosplus repository but it
wants me to upgrade from mysql4 to mysql5 (also provided by the
centosplus repository).
Has anyone come up with a good work-around for this? I'd like to
have php5 and mysql4 talking to each other in the most yum/rpm
friendly way possible.
Note: While mysql5 will run my databases just fine, mysql4 is a fixed
require...
2004 Nov 18
3
mysql4
Hi,
I am a novice to linux.. Could someone point me in the right direction to
upgrating mysql-server to version 4.
Thanks,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20041118/222b18ba/attachment-0005.html>
2005 Jan 21
2
centos4/rhes4 - mysql4?
The recent thread about the mysql/postgres RPMS had me wonder -- is
Redhat (ergo CentOS) moving to MySQL 4.x in the new RHES4 release? You
folks with the beta, what's on the CD/ISOs?
thx,
-te
--
Troy Engel | Systems Engineer
Fluid, Inc | http://www.fluid.com
2008 Mar 13
3
MySQL 4.1 on Centos 5 ?
Hi All,
Could anyone tell me, how to correctly install MySQL4.1 on Centos 5 ?
By default Centos 5 comes with mysql5? If I will compile mysql4 from
sources to separate prefix, some features may be unavailable (unix
sockets for example).
I?m moving some critical application (online booking) based on java,
tomcat5, mysql4.1 from old server fedora 4 to new se...
2005 Mar 05
1
compile dovecot with mysql support
Hello!
Is not possible to compile dovecot 0.99.14 version with mysql4,
the dovecot configure scripts not detect the mysql4 libs.
I already installed the mysql libs and devel packages...
--with-mysql doesn't work!
Any help or suggestion?
Thanks,
Jefferson
2003 Dec 08
1
MySQL passdb backend (mysql_init)?
Greetings All,
I am trying to use MySQL4 as the backend for authentication through Samba 3.0.0. When I finally got it to compile ok (damn that mysql/mysql.h) I cannot get it to work. Below you'll find the log transcript from when I try to connect with any client -- smbclient in this case. And yes, I have the MySQL-part setup correctly...
2006 Feb 20
18
Win XP/ Mysql Problem
I''ve searched everywher for an answer to my problem, and the only thing
I''ve found is people with the same problem. I''m hoping someone has an
answer here:
I''m working through the agile web developement with rails book and when
I goto scaffold the products table I get the following message.
exists app/controllers/
exists app/helpers/
exists
2005 Jun 29
1
Can't build cdr_addon_mysql.
I have been unable to build cdr_addon_mysql from asterisk-addons-1.09.
Could it be a mysql4 issue
[root@server9 asterisk-addons-1.0.9]# make cdr_addon_mysql
cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o
cdr_addon_mysql.o cdr_addon_mysql.c
cdr_addon_mysql.c:24:22: asterisk.h: No such file or directory
I have MySQL devel
# ls /usr/include/mysql/
total 404
drwxr-xr...
2006 Apr 05
1
MySQL 4.1 on CentOS 3
Have a situation where I am either going to have to update entire system
to CentOS 4 (don't want to do that) or install MySQL 4 on CentOS 3
system.
I can see rpm's for RHEL 3 on MySQL's web site.
I didn't see any packages for MySQL 4 in dev.centos.org or centosplus so
I would suspect that the MySQL site is where I should get them.
Anybody recommend otherwise? Other than doing an
2005 Feb 15
2
Poll: what features are you lusting for in v4
While we're waiting on the keebler elves to make the new CentOS 4, what
feature(s) are you most lusting after in RHEL/CentOS 4?
For me:
- official Mysql 4!!! (man does this make me happy)
- official Subversion
..are my top two, they will make me a happy camper for so many projects.
:) Sure sure the 2.6 kernel is nice, but that super-patched 2.4 kernel
on v3 seems to work quite well
2007 Feb 22
2
Centosplus
Are there any gotchas with doing a MySQL5 upgrade from the centosplus
repostitory? Can this be done as an update via yum or do I need to
uninstall and the install? There wasn't anything on this in the
readme.txt file.
Thanks,
John Hinton
2006 Dec 21
2
Time to Vote for a Logo
Our discussion and editing period has come to and end and it's time to vote!
You can find the poll here: http://forum.go-compiz.org/viewtopic.php?t=286
Please read the whole post as the selection procedure is outlined below the
poll. May the best graphic win!
2006 Aug 16
14
Migrations: only one table per migration file?
Hi all
I have a new migration file created that adds some tables and fills one
with some data:
create_table :sound_styles do |t|
t.column :name, :string, :null => false
end
create_table :show_types do |t|
t.column :name, :string, :null => false
end
create_table :countries do |t|
t.column :name, :string, :null => false
end
ActionView::Helpers::FormOptionsHelper::COUNTRIES.each
2006 Apr 05
3
Rails 1.1 and webrick/mysql problems
i just upgraded to rails 1.1 yesterday and since then i could?nt make it
work with mysql, for example i have my database "todo" and one table
"todos", i create the app and generate the model but when i try to
generate the scaffold with "ruby script/generate scaffold Todo Todo" i
get this error " error Before updating scaffolding from new DB schema,
try
2003 May 13
2
RMySQL crashes R
I have justed upgraded R v1.7.0 on Windows NT 4 and have installed the
latest RMySQL (version 0.5-1)and DBI (version 0.1-5) packages.
When I issue the following commands (tactfully adjusted) R just crashes and
disappears, any ideas?
require(RMySQL)
m <- dbDriver("MySQL")
con <- dbConnect(m, dbname="xxx", user="xxx", password="xxx",
2010 Mar 01
4
issues with 3rd party repos for centos
i'm reading the lowdown on 3rd party repos with respect to centos
here:
http://wiki.centos.org/AdditionalResources/Repositories
and i have a couple questions and observations. first, the entry for
centosplus reads:
"Popular packages from this repository include: postfix with database
support, a rebuilt kernel with additional drivers & filesystem
support, php5 and mysql5."