Search Results

Search: Posts Made By: lawstudent
2,815
Posted By sandy.bhadoriya
yum remove mysql* -y rm -rf /var/lib/mysql ...
yum remove mysql* -y
rm -rf /var/lib/mysql

yum install mysql* -y

service mysqld restart

mysql -u root -p
password





there you go
2,815
Posted By otheus
Is mysql running? service mysqld status ...
Is mysql running?

service mysqld status

ps fax | grep mysqld
4,102
Posted By otheus
Well, I suppose this depends on which subset of...
Well, I suppose this depends on which subset of the regular expressions the extension writer decided to use. The ones used by PHP vary, and the ones used by MySQL are POSIX compliant. So we'll try a...
5,017
Posted By fpmurphy
It means that there is something in the mysql...
It means that there is something in the mysql dump file other than you described to me - probably nulls or lines longer than 5000 characters.

If you can give me a pointer to the file so I can...
5,017
Posted By fpmurphy
Here is a small crude C program which should do...
Here is a small crude C program which should do 98% of what you need to do if you have defined and described your problem correctly to us. The remaining 2% is where the letter 'v' is the first...
5,017
Posted By fpmurphy
I am sure that you can create an SQL statement to...
I am sure that you can create an SQL statement to do what you want but if you want to do it the way you describe, you can use sed to find and replace the errant string

sed...
10,702
Posted By StevePr
your OR examples aren't the same length. The new...
your OR examples aren't the same length. The new string is len 14, x's only, and the original 13, 9 and 16 . So you need to define rules of how to handle over and under size as most databases don't...
10,702
Posted By jim mcnamara
Assuming [[Xxxxx xxx Xxxxx]] or [[Xxxxx Xxxx]] or...
Assuming [[Xxxxx xxx Xxxxx]] or [[Xxxxx Xxxx]] or [[Xxxxx Xxxxxx Xxxxx]]
means letters A-Za-z I do not see how this can be done without a lot more information

For example:
[[Xxxxx xxx Xxxxx]] ...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 03:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy